]> git.proxmox.com Git - rustc.git/blame - src/test/ui/hygiene/impl_items.stderr
New upstream version 1.33.0+dfsg1
[rustc.git] / src / test / ui / hygiene / impl_items.stderr
CommitLineData
83c7162d 1error: type `for<'r> fn(&'r foo::S) {foo::S::f}` is private
0731742a 2 --> $DIR/impl_items.rs:12:23
83c7162d
XL
3 |
4LL | let _: () = S.f(); //~ ERROR type `for<'r> fn(&'r foo::S) {foo::S::f}` is private
5 | ^
6...
7LL | foo::m!();
8 | ---------- in this macro invocation
9
10error: aborting due to previous error
11