Add issue reference
This commit is contained in:
parent
df13721863
commit
b87f8a4d9c
2 changed files with 3 additions and 3 deletions
|
@ -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" });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue