about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-07-31 10:10:58 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2022-07-31 10:33:44 +0000
commitb87f8a4d9c5b02be27d763bb76d66298f1c01ffe (patch)
treec3d95d95600f2afa2209d3fae93eaed2897cf5de /compiler
parentdf13721863253f6298264165348a60dfb9783f94 (diff)
downloadrust-b87f8a4d9c5b02be27d763bb76d66298f1c01ffe.tar.gz
rust-b87f8a4d9c5b02be27d763bb76d66298f1c01ffe.zip
Add issue reference
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_codegen_ssa/src/back/linker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_ssa/src/back/linker.rs b/compiler/rustc_codegen_ssa/src/back/linker.rs
index 3d77ddc3f84..ce51b2e9531 100644
--- a/compiler/rustc_codegen_ssa/src/back/linker.rs
+++ b/compiler/rustc_codegen_ssa/src/back/linker.rs
@@ -656,7 +656,7 @@ impl<'a> Linker for GccLinker<'a> {
             return;
         }
 
-        // FIXME hide #[no_mangle] symbols for proc-macros
+        // FIXME(#99978) hide #[no_mangle] symbols for proc-macros
 
         let is_windows = self.sess.target.is_like_windows;
         let path = tmpdir.join(if is_windows { "list.def" } else { "list" });