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 fbf0165 commit 82e3b5cCopy full SHA for 82e3b5c
miri-script/src/commands.rs
@@ -510,7 +510,7 @@ impl Command {
510
511
let mut cmd = cmd!(
512
e.sh,
513
- "rustfmt +{toolchain} --edition=2021 --config-path {config_path} {flags...}"
+ "rustfmt +{toolchain} --edition=2021 --config-path {config_path} --unstable-features --skip-children {flags...}"
514
);
515
eprintln!("$ {cmd} ...");
516
0 commit comments