pub fn compile_path<S>(
ctx: &mut Compiler,
range: &impl GetTextRange,
segments: impl Iterator<Item = S>,
kind: PathKind,
) -> PathResultwhere
S: PathSegment,
pub fn compile_path<S>(
ctx: &mut Compiler,
range: &impl GetTextRange,
segments: impl Iterator<Item = S>,
kind: PathKind,
) -> PathResultwhere
S: PathSegment,