]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/type/type-path-err-node-types.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / type / type-path-err-node-types.rs
index 15adfebb334006d4b3c94670e3160691d4954dc4..b3795772e6fe2295a2f2b7735f00745ea227957f 100644 (file)
@@ -12,7 +12,7 @@ fn ufcs_trait() {
 }
 
 fn ufcs_item() {
-    NonExistent::Assoc::<u8>; //~ ERROR undeclared type or module `NonExistent`
+    NonExistent::Assoc::<u8>; //~ ERROR undeclared type `NonExistent`
 }
 
 fn method() {