]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no-link.stderr
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / no-link.stderr
index 928ad4232024ec5107f33d79138d2e97b1ac7668..c9c8468eba432289d5674bd7e776c215750c31df 100644 (file)
@@ -1,7 +1,7 @@
 error[E0425]: cannot find value `XEmpty1` in module `empty_struct`
   --> $DIR/no-link.rs:7:19
    |
-LL |     empty_struct::XEmpty1; //~ ERROR cannot find value `XEmpty1` in module `empty_struct`
+LL |     empty_struct::XEmpty1;
    |                   ^^^^^^^ not found in `empty_struct`
 
 error: aborting due to previous error