]> git.proxmox.com Git - rustc.git/blame - src/test/ui/fully-qualified-type/fully-qualified-type-name1.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / fully-qualified-type / fully-qualified-type-name1.stderr
CommitLineData
b7449926 1error[E0308]: mismatched types
0731742a 2 --> $DIR/fully-qualified-type-name1.rs:5:9
b7449926
XL
3 |
4LL | x = 5;
5 | ^
6 | |
0731742a 7 | expected enum `std::option::Option`, found integer
e74abb32 8 | help: try using a variant of the expected enum: `Some(5)`
b7449926 9 |
60c5eb7d 10 = note: expected enum `std::option::Option<usize>`
b7449926
XL
11 found type `{integer}`
12
13error: aborting due to previous error
14
15For more information about this error, try `rustc --explain E0308`.