pub fn find_crates(tcx: TyCtxt<'_>, name: Symbol) -> Vec<Res>
Finds the crates called name, may be multiple due to multiple major versions.
name