blob: e1c48e8a0e8ef4e1301cc4dbb6d745aae78619d8 [file] [log] [blame]
error[E0026]: variant `MyOption::MySome` does not have a field named `x`
--> $DIR/issue-17800.rs:18:28
|
LL | MyOption::MySome { x: 42 } => (),
| ^^^^^
| |
| variant `MyOption::MySome` does not have this field
| help: did you mean: `0`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0026`.