blob: 65be3753baccebf6bb839b1c357af9a0664ccdd4 [file] [log] [blame]
error[E0624]: associated constant `ID` is private
--> $DIR/associated-const-private-impl.rs:24:19
|
LL | assert_eq!(1, bar1::Foo::ID);
| ^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0624`.