Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 4977707

Browse files
committed
ices/104631.rs: fixed with errors
=== stdout === === stderr === warning: the feature `dyn_star` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/104631.rs:3:12 | 3 | #![feature(dyn_star)] | ^^^^^^^^ | = note: see issue #102425 <rust-lang/rust#102425> for more information = note: `#[warn(incomplete_features)]` on by default error[E0277]: `AlignedUsize` needs to have the same ABI as a pointer --> /home/runner/work/glacier/glacier/ices/104631.rs:14:13 | 14 | let x = AlignedUsize(12) as dyn* Debug; | ^^^^^^^^^^^^^^^^ `AlignedUsize` needs to be a pointer-like type | = help: the trait `PointerLike` is not implemented for `AlignedUsize` error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0277`. ==============
1 parent c3811b6 commit 4977707

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)