summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/issue-60057.stderr
blob: 4d915fcd9fe3d0c7f09f04866e6f5ab0c3b98fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0425]: cannot find value `banana` in this scope
  --> $DIR/issue-60057.rs:8:21
   |
LL |             banana: banana
   |                     ^^^^^^ a field by this name exists in `Self`

error[E0425]: cannot find value `banana` in this scope
  --> $DIR/issue-60057.rs:14:21
   |
LL |             banana: banana
   |                     ^^^^^^ help: you might have meant to use the available field: `self.banana`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0425`.