Skip to content

Commit 8b56536

Browse files
authored
Rollup merge of rust-lang#107748 - tshepang:renamed, r=cuviper
refer to new home The module has since been made its own crate... see 2d75a33.
2 parents ad8b2d8 + 8d14502 commit 8b56536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_session/src/session.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pub struct Session {
156156
/// `-C metadata` arguments passed to the compiler. Its value forms a unique
157157
/// global identifier for the crate. It is used to allow multiple crates
158158
/// with the same name to coexist. See the
159-
/// `rustc_codegen_llvm::back::symbol_names` module for more information.
159+
/// `rustc_symbol_mangling` crate for more information.
160160
pub stable_crate_id: OnceCell<StableCrateId>,
161161

162162
features: OnceCell<rustc_feature::Features>,

0 commit comments

Comments
 (0)