Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 3c18a4a

Browse files
committed
1 parent f557ae7 commit 3c18a4a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ repository and compiled from source or installed from
2727
of 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.
3232
Then 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

3939
You'd also need `cmake` for some dependencies, and a few common libraries (if you hit

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# NOTE: Keep in sync with nightly date on README
22
[toolchain]
3-
channel = "nightly-2021-10-16"
3+
channel = "nightly-2021-10-20"
44
components = ["llvm-tools-preview", "rustc-dev"]

tests/cases/pathologic_paths/stdout

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ warning: path changes to `a`
99
... |
1010
16 | | _ _ _ _ _ _ _ _
1111
17 | | _ _ _ _ _ _ _ _);
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
... |
2525
16 | | _ _ _ _ _ _ _ _
2626
17 | | _ _ _ _ _ _ _ _);
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)

0 commit comments

Comments
 (0)