We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tests/run-make/doctests-keep-binaries-2024
1 parent 1a256bf commit fcaa14eCopy full SHA for fcaa14e
tests/run-make/doctests-keep-binaries-2024/rmake.rs
@@ -1,6 +1,8 @@
1
// Check that valid binaries are persisted by running them, regardless of whether the
2
// --run or --no-run option is used.
3
4
+//@ ignore-cross-compile
5
+
6
use std::path::Path;
7
8
use run_make_support::{rfs, run, rustc, rustdoc};
0 commit comments