Function lookup_path_str

Source
pub fn lookup_path_str(tcx: TyCtxt<'_>, ns: PathNS, path: &str) -> Vec<DefId>
Expand description

Equivalent to a lookup_path after splitting the input string on ::

This function is expensive and should be used sparingly.