]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/issue-60057.stderr
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / ui / resolve / issue-60057.stderr
1 error[E0425]: cannot find value `banana` in this scope
2   --> $DIR/issue-60057.rs:8:21
3    |
4 LL |             banana: banana
5    |                     ^^^^^^ a field by this name exists in `Self`
6
7 error[E0425]: cannot find value `banana` in this scope
8   --> $DIR/issue-60057.rs:14:21
9    |
10 LL |             banana: banana
11    |                     ^^^^^^ help: you might have meant to use the available field: `self.banana`
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0425`.