Update E0079 to new format

This commit is contained in:
Yossi Konstantinovsky 2016-08-04 16:19:52 +03:00
parent 271d048523
commit 7fc0b2f3e2
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
enum Foo {
Q = "32" //~ ERROR E0079
//~^ expected 'isize' type
}
fn main() {