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.
1 parent ae3833d commit 42167b9Copy full SHA for 42167b9
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
24
+
25
extern crate lib;
26
27
fn main() {
0 commit comments