about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0522.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0522.rs')
-rw-r--r--tests/ui/error-codes/E0522.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0522.rs b/tests/ui/error-codes/E0522.rs
index 1414e82408c..ec9e6d25774 100644
--- a/tests/ui/error-codes/E0522.rs
+++ b/tests/ui/error-codes/E0522.rs
@@ -2,7 +2,7 @@
 
 #[lang = "cookie"]
 fn cookie() -> ! {
-//~^^ ERROR definition of an unknown language item: `cookie` [E0522]
+//~^^ ERROR definition of an unknown lang item: `cookie` [E0522]
     loop {}
 }