E0516 Update error format #36108

- fixes #36108
- part of #35233
This commit is contained in:
Gavin Baker 2016-08-30 11:04:55 +10:00
parent 2dbf600d15
commit d53ea97bfc
3 changed files with 18 additions and 8 deletions

View file

@ -10,4 +10,5 @@
fn main() {
let x: typeof(92) = 92; //~ ERROR E0516
//~| reserved keyword
}