]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/intercrate.rs
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / intercrate.rs
index 2acbc893cf5fa63a7fd7032c4ca34845cf0c063e..d9b5b789e4ab58848f04d1b6157a21878bcae8ca 100644 (file)
@@ -8,5 +8,5 @@
 
 fn main() {
     assert_eq!(intercrate::foo::m!(), 1);
-    //~^ ERROR type `fn() -> u32 {intercrate::foo::bar::f}` is private
+    //~^ ERROR type `fn() -> u32 {foo::bar::f}` is private
 }