blob: 6a550b93be2901fe5bcbaaeaea2687bf034e29a8 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/fully-qualified-type-name1.rs:5:9
|
LL | x = 5;
| ^
| |
| expected enum `std::option::Option`, found integer
| help: try using a variant of the expected enum: `Some(5)`
|
= note: expected enum `std::option::Option<usize>`
found type `{integer}`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.