We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2c135 commit 63edce1Copy full SHA for 63edce1
tests/ui/wasm/wasm-builtins-no-linker-warning.rs
@@ -0,0 +1,10 @@
1
+//@ only-wasm32-bare
2
+//@ compile-flags: -Dlinker-messages
3
+//@ build-pass
4
+/// This test checks that linker messages due to gcc lacking
5
+/// support for wasm32 messages are not emitted when the target
6
+/// is wasm32-unknown-unknown or wasm32v1-none
7
+
8
+fn main() {
9
+ ()
10
+}
0 commit comments