Rollup merge of #107748 - tshepang:renamed, r=cuviper

refer to new home

The module has since been made its own crate...
see 2d75a339ca9e7cd11338b165311927e6eb73cca4.
This commit is contained in:
Matthias Krüger 2023-02-12 22:29:47 +01:00 committed by GitHub
commit d29aba19d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ pub struct Session {
/// `-C metadata` arguments passed to the compiler. Its value forms a unique
/// global identifier for the crate. It is used to allow multiple crates
/// with the same name to coexist. See the
/// `rustc_codegen_llvm::back::symbol_names` module for more information.
/// `rustc_symbol_mangling` crate for more information.
pub stable_crate_id: OnceCell<StableCrateId>,
features: OnceCell<rustc_feature::Features>,