We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad8b2d8 + 8d14502 commit 8b56536Copy full SHA for 8b56536
compiler/rustc_session/src/session.rs
@@ -156,7 +156,7 @@ pub struct Session {
156
/// `-C metadata` arguments passed to the compiler. Its value forms a unique
157
/// global identifier for the crate. It is used to allow multiple crates
158
/// with the same name to coexist. See the
159
- /// `rustc_codegen_llvm::back::symbol_names` module for more information.
+ /// `rustc_symbol_mangling` crate for more information.
160
pub stable_crate_id: OnceCell<StableCrateId>,
161
162
features: OnceCell<rustc_feature::Features>,
0 commit comments