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