blob: 1159348d3db35a66338d30b5f1e27c6343cff9ab [file] [log] [blame]
error[E0603]: constant `PRIVATE` is private
--> $DIR/E0603.rs:16:17
|
LL | SomeModule::PRIVATE; //~ ERROR E0603
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0603`.