##// END OF EJS Templates
merge with default
merge with default

File last commit:

r49118:9ebc10ad default
r49136:a44bb185 merge 6.0rc0 stable
Show More
test-check-rust-format.t
9 lines | 290 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-2021-11-02 rustfmt)
$ for f in `testrepohg files 'glob:**/*.rs'` ; do
> $RUSTFMT --check --edition=2018 --unstable-features --color=never $f
> done