rust/src/test/ui/hygiene/impl_items.stderr
2018-04-12 23:06:03 +03:00

12 lines
329 B
Plaintext

error: type `for<'r> fn(&'r foo::S) {foo::S::f}` is private
--> $DIR/impl_items.rs:22: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