1
Fork 0

Add issue reference

This commit is contained in:
bjorn3 2022-07-31 10:10:58 +00:00
parent df13721863
commit b87f8a4d9c
2 changed files with 3 additions and 3 deletions

View file

@ -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" });