compile_path

Function compile_path 

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