about summary refs log tree commit diff
path: root/tests/ui/privacy/suggest-new-projection-ice.stderr
blob: 4700772096b93504bdcd4b59648dbd97f76579ab (plain)
1
2
3
4
5
6
7
8
9
10
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