summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0611.stderr
blob: c4b86e76c14e49039e54047e0547d64b9105e0a2 (plain)
1
2
3
4
5
6
7
8
9
error[E0611]: field `0` of tuple-struct `a::Foo` is private
  --> $DIR/E0611.rs:21:4
   |
LL |    y.0; //~ ERROR E0611
   |    ^^^

error: aborting due to previous error

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