1
Fork 0

Add error code for unstable feature errors

This commit is contained in:
Guillaume Gomez 2018-01-13 14:05:51 +01:00
parent 3f92e8d898
commit c8a110ed63
121 changed files with 345 additions and 297 deletions

View file

@ -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