about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorChris Stankus <cdstankus@gmail.com>2016-08-04 10:47:39 -0500
committerChris Stankus <cdstankus@gmail.com>2016-08-04 10:53:33 -0500
commit5430e555f5eba563a8f99c8ebab641abfb0642c8 (patch)
tree29ff94748d893a4d1a2008d41ad5f4d7815493ea /src/test
parente804a3cf256106c097d44f6e0212cd183122da07 (diff)
downloadrust-5430e555f5eba563a8f99c8ebab641abfb0642c8.tar.gz
rust-5430e555f5eba563a8f99c8ebab641abfb0642c8.zip
E0110 update error format
Diffstat (limited to 'src/test')
-rw-r--r--src/test/compile-fail/E0110.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/compile-fail/E0110.rs b/src/test/compile-fail/E0110.rs
index fd169f4acc5..5a9e7a43de9 100644
--- a/src/test/compile-fail/E0110.rs
+++ b/src/test/compile-fail/E0110.rs
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 type X = u32<'static>; //~ ERROR E0110
+                       //~| NOTE lifetime parameter not allowed on this type
 
 fn main() {
 }