tests/test-check-rust-format.t
author Augie Fackler <augie@google.com>
Mon, 03 May 2021 15:14:09 -0400
changeset 47085 fde5bb5d1acf
parent 46002 d42809b6b10f
child 48297 9ebc10ad4a04
permissions -rw-r--r--
merge: with stable

#require rustfmt test-repo

  $ . "$TESTDIR/helpers-testrepo.sh"

  $ cd "$TESTDIR"/..
  $ RUSTFMT=$(rustup which --toolchain nightly-2020-10-04 rustfmt)
  $ for f in `testrepohg files 'glob:**/*.rs'` ; do
  >   $RUSTFMT --check --edition=2018 --unstable-features --color=never $f
  > done