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