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