We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b747425 + 933efd7 commit 6e1cc22Copy full SHA for 6e1cc22
src/test/run-pass/issues/issue-18804/main.rs
@@ -14,9 +14,14 @@
14
15
// ignore-asmjs no weak symbol support
16
// ignore-emscripten no weak symbol support
17
+// ignore-windows no extern_weak linkage
18
+// ignore-macos no extern_weak linkage
19
20
// aux-build:lib.rs
21
22
+// rust-lang/rust#56772: nikic says we need this to be proper test.
23
+// compile-flags: -C no-prepopulate-passes -C passes=name-anon-globals
24
+
25
extern crate lib;
26
27
fn main() {
0 commit comments