blob: ee8fd2809bc76c80f447db6d3e30c5fb30d3a368 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0603]: constant `PRIVATE` is private
--> $DIR/E0603.rs:6:17
|
LL | SomeModule::PRIVATE; //~ ERROR E0603
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0603`.
|