]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-60057.stderr
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / src / test / ui / issues / 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`.