mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 13:34:38 +00:00
```
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
```