]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-52717.stderr
Rollup merge of #59432 - phansch:compiletest_docs, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-52717.stderr
1 error[E0026]: variant `A::A` does not have a field named `fob`
2   --> $DIR/issue-52717.rs:10:12
3    |
4 LL |     A::A { fob } => { println!("{}", fob); }
5    |            ^^^
6    |            |
7    |            variant `A::A` does not have this field
8    |            help: a field with a similar name exists: `foo`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0026`.