diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-07-31 10:10:58 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-07-31 10:33:44 +0000 |
| commit | b87f8a4d9c5b02be27d763bb76d66298f1c01ffe (patch) | |
| tree | c3d95d95600f2afa2209d3fae93eaed2897cf5de /compiler | |
| parent | df13721863253f6298264165348a60dfb9783f94 (diff) | |
| download | rust-b87f8a4d9c5b02be27d763bb76d66298f1c01ffe.tar.gz rust-b87f8a4d9c5b02be27d763bb76d66298f1c01ffe.zip | |
Add issue reference
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_codegen_ssa/src/back/linker.rs | 2 |
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" }); |
