blob: e835c29fda34afc19729b2bc0f70af1b10979626 [file] [log] [blame]
error[E0603]: enum `y` is private
--> $DIR/export-tag-variant.rs:17:26
|
LL | fn main() { let z = foo::y::y1; } //~ ERROR: enum `y` is private
| ^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0603`.