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 8f2fc9d commit 9322a38Copy full SHA for 9322a38
src/test/compile-fail/issue-37131.rs
@@ -11,8 +11,8 @@
11
// Tests that compiling for a target which is not installed will result in a helpful
12
// error message.
13
14
-// compile-flags: --target=s390x-unknown-linux-gnu
15
-// ignore s390x
+// compile-flags: --target=thumbv6m-none-eabi
+// ignore-arm
16
17
// error-pattern:target may not be installed
18
fn main() { }
0 commit comments