]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/diverging-fn-tail-35849.stderr
Print correct base for too-large literals
[rust.git] / src / test / ui / diverging-fn-tail-35849.stderr
index 3f3ef666f66397245a075ac27240a97e540eed18..21361489a2c3af70f14e1c2e19936a726725b20e 100644 (file)
@@ -5,7 +5,7 @@ LL | fn assert_sizeof() -> ! {
    |                       - expected `!` because of return type
 LL |     unsafe {
 LL |         ::std::mem::transmute::<f64, [u8; 8]>(panic!())
-   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected !, found array `[u8; 8]`
+   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `!`, found array `[u8; 8]`
    |
    = note: expected type `!`
              found array `[u8; 8]`