blob: 5989c79bc85d3f5cccf7ba1c484372fc64735e6a [file] [log] [blame]
error[E0603]: trait `Bar` is private
--> $DIR/privacy-ufcs.rs:22:20
|
LL | <i32 as ::foo::Bar>::baz(); //~ERROR trait `Bar` is private
| ^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0603`.