We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe1e47 commit f5659f2Copy full SHA for f5659f2
tests/run-make/doctests-keep-binaries/rmake.rs
@@ -1,3 +1,5 @@
1
+//@ ignore-cross-compile attempts to run the doctests
2
+
3
// Check that valid binaries are persisted by running them, regardless of whether the
4
// --run or --no-run option is used.
5
tests/run-make/target-cpu-native/rmake.rs
@@ -3,6 +3,8 @@
// warnings when used, and that binaries produced by it can also be successfully executed.
// See https://github.com/rust-lang/rust/pull/23238
6
+//@ ignore-cross-compile target-cpu=native doesn't work well when cross compiling
7
8
use run_make_support::{run, rustc};
9
10
fn main() {
0 commit comments