]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hygiene/intercrate.stderr
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / intercrate.stderr
1 error: type `fn() -> u32 {foo::bar::f}` is private
2   --> $DIR/intercrate.rs:10:16
3    |
4 LL |     assert_eq!(intercrate::foo::m!(), 1);
5    |                ^^^^^^^^^^^^^^^^^^^^^ private type
6    |
7    = note: this error originates in the macro `intercrate::foo::m` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10