summary refs log tree commit diff
path: root/src/test/ui/issues/issue-76077.stderr
blob: d834ec5e0edd2a8a482044c57e9e6357a5b59a81 (plain)
1
2
3
4
5
6
7
8
error: cannot construct `Foo` with struct literal syntax due to inaccessible fields
  --> $DIR/issue-76077.rs:8:5
   |
LL |     foo::Foo {};
   |     ^^^^^^^^

error: aborting due to previous error