[Updated] D11733: rust-format: update rustfmt version

Alphare (Raphaël Gomès) phabricator at mercurial-scm.org
Wed Nov 3 16:30:56 UTC 2021


Closed by commit rHG9ebc10ad4a04: rust-format: update rustfmt version (authored by Alphare).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D11733?vs=31014&id=31016

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D11733/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D11733

AFFECTED FILES
  tests/test-check-rust-format.t

CHANGE DETAILS

diff --git a/tests/test-check-rust-format.t b/tests/test-check-rust-format.t
--- a/tests/test-check-rust-format.t
+++ b/tests/test-check-rust-format.t
@@ -3,7 +3,7 @@
   $ . "$TESTDIR/helpers-testrepo.sh"
 
   $ cd "$TESTDIR"/..
-  $ RUSTFMT=$(rustup which --toolchain nightly-2020-10-04 rustfmt)
+  $ 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



To: Alphare, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20211103/778f20fb/attachment-0002.html>


More information about the Mercurial-patches mailing list