refer to new home

The module has since been made its own crate...
see 2d75a339ca.
This commit is contained in:
Tshepang Mbambo 2023-02-07 04:25:05 +02:00
parent e1eaa2d5d4
commit 8d14502574

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>,