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