We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bcbe91 commit e58e7b0Copy full SHA for e58e7b0
src/test/run-pass/issue-18804/auxiliary/lib.rs
@@ -8,6 +8,9 @@
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
0 commit comments