]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no-link.rs
Auto merge of #65421 - estebank:variants, r=petrochenkov
[rust.git] / src / test / ui / no-link.rs
index f97c1074df4e14779901f25f39c6afc87accf0a0..939271832e3df82409f06542f61524184324117a 100644 (file)
@@ -4,5 +4,5 @@
 extern crate empty_struct;
 
 fn main() {
-    empty_struct::XEmpty1; //~ ERROR cannot find value `XEmpty1` in module `empty_struct`
+    empty_struct::XEmpty1; //~ ERROR cannot find value `XEmpty1` in crate `empty_struct`
 }