9 lines
256 B
Text
9 lines
256 B
Text
error[E0603]: trait `Foo` is private
|
|
--> $DIR/issue-11593.rs:17:6
|
|
|
|
|
LL | impl private_trait_xc::Foo for Bar {}
|
|
| ^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0603`.
|