13 lines
391 B
Text
13 lines
391 B
Text
error: type `for<'r> fn(&'r foo::S) {foo::S::f}` is private
|
|
--> $DIR/impl_items.rs:12:23
|
|
|
|
|
LL | let _: () = S.f();
|
|
| ^ private type
|
|
...
|
|
LL | foo::m!();
|
|
| ---------- in this macro invocation
|
|
|
|
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error: aborting due to previous error
|
|
|