about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0262.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0262.rs')
-rw-r--r--tests/ui/error-codes/E0262.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0262.rs b/tests/ui/error-codes/E0262.rs
index 55264f1387f..460ea95148c 100644
--- a/tests/ui/error-codes/E0262.rs
+++ b/tests/ui/error-codes/E0262.rs
@@ -1,4 +1,4 @@
 fn foo<'static>(x: &'static str) { } //~ ERROR E0262
-                                     //~| 'static is a reserved lifetime name
+                                     //~| NOTE 'static is a reserved lifetime name
 
 fn main() {}