Function lookup_with_base

Source
fn lookup_with_base(
    tcx: TyCtxt<'_>,
    base: DefId,
    ns: PathNS,
    path: &[Symbol],
    out: &mut Vec<DefId>,
)
Expand description

Resolves a def path like vec::Vec with the base std.