about summary refs log tree commit diff
path: root/tests/rustdoc-ui/issues/issue-79494.stderr
blob: fa797bfd50a69f93a56ac00f87c3a2d327420c90 (plain)
1
2
3
4
5
6
7
8
9
error[E0080]: transmuting from 8-byte type to 16-byte type: `usize` -> `&[u8]`
  --> $DIR/issue-79494.rs:5:33
   |
LL | pub const ZST: &[u8] = unsafe { std::mem::transmute(1usize) };
   |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `ZST` failed here

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0080`.