view tests/test-check-rust-format.t @ 45071:196ba4d4eb86

tests: update test-devel-warnings.t output with chg
author Pulkit Goyal <7895pulkit@gmail.com>
date Sat, 11 Jul 2020 00:31:21 +0530
parents f44a7d8660ea
children d42809b6b10f
line wrap: on
line source

#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 --edition=2018 --unstable-features --color=never $f
  > done