]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hygiene/intercrate.stderr
Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6' into clippyup
[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