pub fn lookup_path_str(tcx: TyCtxt<'_>, ns: PathNS, path: &str) -> Vec<DefId>
Equivalent to a lookup_path after splitting the input string on ::
lookup_path
::
This function is expensive and should be used sparingly.