about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorGavin Baker <gavinb@antonym.org>2016-08-30 11:04:55 +1000
committerGavin Baker <gavinb@antonym.org>2016-09-05 23:07:50 +1000
commitd53ea97bfc149da4cdd0fb1fd1beab08295ae45d (patch)
treecd3232ce918b311f4e4bbb93af3ef47f90f3ef79 /src/test
parent2dbf600d159a5c65b53419f1669834d1f81496a7 (diff)
downloadrust-d53ea97bfc149da4cdd0fb1fd1beab08295ae45d.tar.gz
rust-d53ea97bfc149da4cdd0fb1fd1beab08295ae45d.zip
E0516 Update error format #36108
- fixes #36108
- part of #35233
Diffstat (limited to 'src/test')
-rw-r--r--src/test/compile-fail/E0516.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/compile-fail/E0516.rs b/src/test/compile-fail/E0516.rs
index a5f609de849..be2b89c5f39 100644
--- a/src/test/compile-fail/E0516.rs
+++ b/src/test/compile-fail/E0516.rs
@@ -10,4 +10,5 @@
 
 fn main() {
     let x: typeof(92) = 92; //~ ERROR E0516
+                            //~| reserved keyword
 }