blob: 4700772096b93504bdcd4b59648dbd97f76579ab [file] [log] [blame] [edit]
error: cannot construct `Foo` with struct literal syntax due to private fields
--> $DIR/suggest-new-projection-ice.rs:18:13
|
LL | let _ = m::Foo {};
| ^^^^^^
|
= note: private field `_priv` that was not provided
error: aborting due to 1 previous error