summary refs log tree commit diff
path: root/src/test/ui/associated-const/associated-const-private-impl.stderr
blob: 7af55174b1905c774ba5790c6c1133199b8bc2b7 (plain)
1
2
3
4
5
6
7
8
9
error[E0624]: associated constant `ID` is private
  --> $DIR/associated-const-private-impl.rs:13:19
   |
LL |     assert_eq!(1, bar1::Foo::ID);
   |                   ^^^^^^^^^^^^^

error: aborting due to previous error

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