2022-06-20 02:29:05 -05:00
|
|
|
error: cannot construct `Foo` with struct literal syntax due to private fields
|
2020-09-09 09:42:37 -05:00
|
|
|
--> $DIR/issue-76077.rs:8:5
|
|
|
|
|
|
|
|
|
LL | foo::Foo {};
|
|
|
|
| ^^^^^^^^
|
2022-06-20 02:29:05 -05:00
|
|
|
|
|
2022-06-22 00:56:40 -05:00
|
|
|
= note: ... and other private field `you_cant_use_this_field` that was not provided
|
2020-09-09 09:42:37 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|