view tests/test-check-rust-format.t @ 47003:41f8f38d8377 stable

Added signature for changeset 8d2b62d716b0
author Augie Fackler <raf@durin42.com>
date Wed, 21 Apr 2021 10:49:29 -0400
parents d42809b6b10f
children 9ebc10ad4a04
line wrap: on
line source

#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