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 4695411 commit fce8bd5Copy full SHA for fce8bd5
tests/codegen/char-escape-debug-no-bounds-check.rs
@@ -1,4 +1,15 @@
1
//@ compile-flags: -Copt-level=3
2
+//@ add-core-stubs
3
+//@ revisions: linux win macos thumb
4
+//
5
+//@[linux] compile-flags: --target x86_64-unknown-linux-gnu
6
+//@[linux] needs-llvm-components: x86
7
+//@[win] compile-flags: --target x86_64-pc-windows-gnu
8
+//@[win] needs-llvm-components: x86
9
+//@[macos] compile-flags: --target aarch64-apple-darwin
10
+//@[macos] needs-llvm-components: arm
11
+//@[thumb] compile-flags: --target thumbv7em-none-eabi
12
+//@[thumb] needs-llvm-components: arm
13
#![crate_type = "lib"]
14
15
use std::char::EscapeDebug;
0 commit comments