We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58e7b0 commit be5b668Copy full SHA for be5b668
src/test/run-pass/issue-18804/auxiliary/lib.rs
@@ -8,9 +8,6 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-// ignore-asmjs no weak symbol support
12
-// ignore-emscripten no weak symbol support
13
-
14
#![crate_type = "rlib"]
15
#![feature(linkage)]
16
src/test/run-pass/issue-18804/main.rs
@@ -11,6 +11,9 @@
// Test for issue #18804, #[linkage] does not propagate thorugh generic
// functions. Failure results in a linker error.
+// ignore-asmjs no weak symbol support
+// ignore-emscripten no weak symbol support
+
17
// aux-build:lib.rs
18
19
extern crate lib;
0 commit comments