mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
bbcf26fc33
```
error[E0451]: field `x` of struct `S` is private
--> $DIR/visibility.rs:24:9
|
LL | let a = baz::S {
| ------ in this type
LL | ..
| ^^ field `x` is private
```