]> git.proxmox.com Git - rustc.git/blob - src/test/ui/hygiene/intercrate.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / hygiene / intercrate.stderr
1 error: type `fn() -> u32 {intercrate::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 a macro (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10