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 019763d commit 91b8386Copy full SHA for 91b8386
tests/ui/array-slice-vec/vec-macro-no-std.rs
@@ -1,6 +1,7 @@
1
//@ run-pass
2
//@ compile-flags: -Cpanic=abort
3
//@ ignore-emscripten no no_std executables
4
+//@ ignore-wasm no no_std executables
5
6
#![feature(rustc_private)]
7
#![no_std]
tests/ui/for-loop-while/for-loop-no-std.rs
#![allow(unused_imports)]
tests/ui/format-no-std.rs
#![feature(lang_items, rustc_private)]
0 commit comments