Files
rust/compiler
Esteban Küber bbcf26fc33 Add context on private fields that are not on the same line as the struct name
```
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
```
2025-01-18 01:56:22 +00:00
..
2025-01-08 21:26:39 +01:00
2025-01-14 23:49:10 +11:00
2025-01-07 14:30:02 +02:00
2025-01-07 14:30:02 +02:00