]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/keyword/extern/keyword-extern-as-identifier-type.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / keyword / extern / keyword-extern-as-identifier-type.rs
index 3845a9aa017cedb58294f8adb15c4414e8c7d499..12aa059766b0653642a60d3f7aa60d4b7347560b 100644 (file)
@@ -1,3 +1,3 @@
-type A = extern::foo::bar; //~ ERROR expected `fn`, found `::`
+type A = extern::foo::bar; //~ ERROR expected type, found keyword `extern`
 
 fn main() {}