]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/glob-resolve1.rs
Rollup merge of #73418 - doctorn:variants-intrinsic, r=kennytm
[rust.git] / src / test / ui / glob-resolve1.rs
index 63c435cc20641268f130505e19e93e44ca463749..32660fdb41876158f95f34860e837cefd8c052cc 100644 (file)
@@ -29,3 +29,7 @@ fn main() {
     foo::<C>(); //~ ERROR: cannot find type `C` in this scope
     foo::<D>(); //~ ERROR: cannot find type `D` in this scope
 }
+
+mod other {
+    pub fn import() {}
+}