##// END OF EJS Templates
run-tests: add option for running with and without Rust extensions...
r44973:9183b7dc default
Show More
test-check-rust-format.t
9 lines | 264 B | text/troff | Tads3Lexer
/ tests / test-check-rust-format.t
#require rustfmt test-repo
$ . "$TESTDIR/helpers-testrepo.sh"
$ cd "$TESTDIR"/..
$ RUSTFMT=$(rustup which --toolchain nightly rustfmt)
$ for f in `testrepohg files 'glob:**/*.rs'` ; do
> $RUSTFMT --check --unstable-features --color=never $f
> done