We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f874147 commit 2a3635dCopy full SHA for 2a3635d
rust-toolchain
@@ -1,3 +1,3 @@
1
[toolchain]
2
-channel = "nightly-2021-05-01"
+channel = "nightly-2021-05-04"
3
components = ["rustc-dev"]
tests/source/match.rs
@@ -410,7 +410,7 @@ fn match_with_near_max_width() {
410
411
fn match_with_trailing_spaces() {
412
match x {
413
- #![allow(simple_match)]
+
414
Some(..) => 0,
415
None => 1,
416
}
tests/target/issue-3592.rs
tests/target/match.rs
@@ -441,7 +441,6 @@ fn match_with_near_max_width() {
441
442
443
444
445
446
447
0 commit comments