]> git.proxmox.com Git - rustc.git/blame - src/test/ui/diverging-fn-tail-35849.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / diverging-fn-tail-35849.stderr
CommitLineData
b7449926 1error[E0308]: mismatched types
0731742a 2 --> $DIR/diverging-fn-tail-35849.rs:3:9
b7449926
XL
3 |
4LL | fn assert_sizeof() -> ! {
5 | - expected `!` because of return type
6LL | unsafe {
7LL | ::std::mem::transmute::<f64, [u8; 8]>(panic!())
60c5eb7d 8 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `!`, found array `[u8; 8]`
b7449926
XL
9 |
10 = note: expected type `!`
60c5eb7d 11 found array `[u8; 8]`
b7449926
XL
12
13error: aborting due to previous error
14
15For more information about this error, try `rustc --explain E0308`.