We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f14e9c commit 55d5f85Copy full SHA for 55d5f85
tests/run-make/fmt-write-bloat/rmake.rs
@@ -1,7 +1,7 @@
1
//@ ignore-windows
2
//@ ignore-cross-compile
3
4
-use run_make_support::{rustc, symbols::any_symbol_contains, env::no_debug_assertions};
+use run_make_support::{env::no_debug_assertions, rustc, symbols::any_symbol_contains};
5
6
fn main() {
7
rustc().input("main.rs").run();
0 commit comments