Rollup merge of #107748 - tshepang:renamed, r=cuviper
refer to new home
The module has since been made its own crate...
see 2d75a339ca
.
This commit is contained in:
commit
d29aba19d0
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ pub struct Session {
|
||||||
/// `-C metadata` arguments passed to the compiler. Its value forms a unique
|
/// `-C metadata` arguments passed to the compiler. Its value forms a unique
|
||||||
/// global identifier for the crate. It is used to allow multiple crates
|
/// global identifier for the crate. It is used to allow multiple crates
|
||||||
/// with the same name to coexist. See the
|
/// 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>,
|
pub stable_crate_id: OnceCell<StableCrateId>,
|
||||||
|
|
||||||
features: OnceCell<rustc_feature::Features>,
|
features: OnceCell<rustc_feature::Features>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue