]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-17800.stderr
Improve some compiletest documentation
[rust.git] / src / test / ui / issues / issue-17800.stderr
1 error[E0026]: variant `MyOption::MySome` does not have a field named `x`
2   --> $DIR/issue-17800.rs:8:28
3    |
4 LL |         MyOption::MySome { x: 42 } => (),
5    |                            ^^^^^
6    |                            |
7    |                            variant `MyOption::MySome` does not have this field
8    |                            help: did you mean: `0`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0026`.