]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/issue-60057.stderr
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[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`.