]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-52717.stderr
0ef5a84671d8de20277659c321200082c8ba81ae
[rust.git] / src / test / ui / issue-52717.stderr
1 error[E0026]: variant `A::A` does not have a field named `fob`
2   --> $DIR/issue-52717.rs:19:12
3    |
4 LL |     A::A { fob } => { println!("{}", fob); }
5    |            ^^^
6    |            |
7    |            variant `A::A` does not have this field
8    |            help: did you mean: `foo`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0026`.