summary refs log tree commit diff
path: root/src/test/ui/hygiene/impl_items.stderr
blob: cb3705e5513cc280f0d1288488020f7e0573e133 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: type `for<'r> fn(&'r foo::S) {foo::S::f}` is private
  --> $DIR/impl_items.rs:12:23
   |
LL |         let _: () = S.f(); //~ ERROR type `for<'r> fn(&'r foo::S) {foo::S::f}` is private
   |                       ^
...
LL |     foo::m!();
   |     ---------- in this macro invocation

error: aborting due to previous error