]> git.lizzy.rs Git - rust.git/blob - tests/ui/suggestions/private-field.stderr
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / ui / suggestions / private-field.stderr
1 error[E0609]: no field `cap` on type `S`
2   --> $DIR/private-field.rs:7:12
3    |
4 LL |     dbg!(s.cap)
5    |            ^^^ unknown field
6    |
7    = note: available fields are: `val`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0609`.