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
27
27
of the nightly toolchain is supported at any given time.
28
28
29
29
<!-- 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.
32
32
Then you can do:
33
33
34
34
``` 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
37
37
```
38
38
39
39
You'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 1
1
# NOTE: Keep in sync with nightly date on README
2
2
[toolchain]
3
- channel = "nightly-2021-10-16 "
3
+ channel = "nightly-2021-10-20 "
4
4
components = ["llvm-tools-preview", "rustc-dev"]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ warning: path changes to `a`
9
9
... |
10
10
16 | | _ _ _ _ _ _ _ _
11
11
17 | | _ _ _ _ _ _ _ _);
12
- | |_______________________ ^
12
+ | |______________________ ^
13
13
|
14
14
= note: added definition (technically breaking)
15
15
= 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`
24
24
... |
25
25
16 | | _ _ _ _ _ _ _ _
26
26
17 | | _ _ _ _ _ _ _ _);
27
- | |_______________________ ^
27
+ | |______________________ ^
28
28
|
29
29
= note: added definition (technically breaking)
30
30
= 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