This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
tests/cases/pathologic_paths Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ repository and compiled from source or installed from
2727of the nightly toolchain is supported at any given time.
2828
2929<!-- NOTE: Keep in sync with nightly date on rust-toolchain. -->
30- It's recommended to use ` nightly-2021-10-16 ` toolchain.
31- You can install it by using ` rustup install nightly-2021-10-16 ` if you already have rustup.
30+ It's recommended to use ` nightly-2021-10-20 ` toolchain.
31+ You can install it by using ` rustup install nightly-2021-10-20 ` if you already have rustup.
3232Then you can do:
3333
3434``` sh
35- $ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2021-10-16
36- $ cargo +nightly-2021-10-16 install --git https://github.com/rust-lang/rust-semverver
35+ $ rustup component add rustc-dev llvm-tools-preview --toolchain nightly-2021-10-20
36+ $ cargo +nightly-2021-10-20 install --git https://github.com/rust-lang/rust-semverver
3737```
3838
3939You'd also need ` cmake ` for some dependencies, and a few common libraries (if you hit
Original file line number Diff line number Diff line change 11# NOTE: Keep in sync with nightly date on README
22[toolchain]
3- channel = "nightly-2021-10-16 "
3+ channel = "nightly-2021-10-20 "
44components = ["llvm-tools-preview", "rustc-dev"]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ warning: path changes to `a`
99... |
101016 | | _ _ _ _ _ _ _ _
111117 | | _ _ _ _ _ _ _ _);
12- | |_______________________ ^
12+ | |______________________ ^
1313 |
1414 = note: added definition (technically breaking)
1515 = note: this warning originates in the macro `blow` (in Nightly builds, run with -Z macro-backtrace for more info)
@@ -24,7 +24,7 @@ warning: path changes to `b`
2424... |
252516 | | _ _ _ _ _ _ _ _
262617 | | _ _ _ _ _ _ _ _);
27- | |_______________________ ^
27+ | |______________________ ^
2828 |
2929 = note: added definition (technically breaking)
3030 = note: this warning originates in the macro `blow` (in Nightly builds, run with -Z macro-backtrace for more info)
You can’t perform that action at this time.
0 commit comments