summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-76077.stderr
blob: 197ca8d5a7b25ca280caaacc10107564abef3adf (plain)
1
2
3
4
5
6
7
8
9
10
error: cannot construct `Foo` with struct literal syntax due to private fields
  --> $DIR/issue-76077.rs:8:5
   |
LL |     foo::Foo {};
   |     ^^^^^^^^
   |
   = note: ... and other private field `you_cant_use_this_field` that was not provided

error: aborting due to previous error