summary refs log tree commit diff
path: root/src/test/ui/associated-const/associated-const-private-impl.stderr
blob: 1b9d7ac7e6c3f2e0d6e5247ca84e8b7bf09ee7b8 (plain)
1
2
3
4
5
6
7
8
9
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`.