Add error code for unstable feature errors
This commit is contained in:
parent
3f92e8d898
commit
c8a110ed63
121 changed files with 345 additions and 297 deletions
|
@ -1,4 +1,4 @@
|
|||
error: non-reference pattern used to match a reference (see issue #42640)
|
||||
error[E0658]: non-reference pattern used to match a reference (see issue #42640)
|
||||
--> $DIR/suggestion.rs:12:12
|
||||
|
|
||||
12 | if let Some(y) = &Some(22) { //~ ERROR non-reference pattern
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue