This repository was archived by the owner on May 23, 2024. It is now read-only.
Commit 3121542
committed
ices/61774.rs: fixed with errors
=== stdout ===
=== stderr ===
error: `std::intrinsics::transmute` is not yet stable as a const fn
--> /home/runner/work/glacier/glacier/ices/61774.rs:2:25
|
2 | let _: [_; unsafe { std::mem::transmute(|| {}) }];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add `#![feature(const_transmute)]` to the crate attributes to enable
error[E0080]: evaluation of constant value failed
--> /home/runner/work/glacier/glacier/ices/61774.rs:2:25
|
2 | let _: [_; unsafe { std::mem::transmute(|| {}) }];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ tried to transmute from [closure@/home/runner/work/glacier/glacier/ices/61774.rs:2:45: 2:50] to usize, but their sizes differed
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0080`.
==============1 parent d866be3 commit 3121542
1 file changed
+0
-0
lines changedFile renamed without changes.
0 commit comments