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 833cbd6 commit 99d8d33Copy full SHA for 99d8d33
tests/ui/crashes/ice-6254.rs
@@ -11,8 +11,6 @@ fn main() {
11
// This used to cause an ICE (https://github.com/rust-lang/rust/issues/78071)
12
match FOO_REF_REF {
13
FOO_REF_REF => {},
14
- //~^ ERROR: to use a constant of type `Foo` in a pattern, `Foo` must be annotated
15
- //~| NOTE: for more information, see issue #62411 <https://github.com/rust-lang/ru
16
Foo(_) => {},
17
}
18
tests/ui/crashes/ice-6254.stderr
0 commit comments