summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0603.stderr
blob: 3447f3378294e1f2ec8cd960dce4cccd0d654b7a (plain)
1
2
3
4
5
6
7
8
9
error[E0603]: constant `PRIVATE` is private
  --> $DIR/E0603.rs:16:5
   |
LL |     SomeModule::PRIVATE; //~ ERROR E0603
   |     ^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0603`.