compile_path

Function compile_path 

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