granite-rust/src/test/ui/issues/issue-11680.stderr

15 lines
414 B
Text

error[E0603]: enum `Foo` is private
--> $DIR/issue-11680.rs:16:14
|
LL | let _b = other::Foo::Bar(1);
| ^^^^^^^^^^^^^^^
error[E0603]: enum `Foo` is private
--> $DIR/issue-11680.rs:19:14
|
LL | let _b = other::test::Foo::Bar(1);
| ^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0603`.