blob: 418c2c73ba157e36521d53aea367883cfe2301fe [file] [log] [blame]
error: type `for<'r> fn(&'r foo::S) {foo::S::f}` is private
--> $DIR/impl_items.rs:12:23
|
LL | let _: () = S.f();
| ^
...
LL | foo::m!();
| ---------- in this macro invocation
error: aborting due to previous error