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

Commit 901270c

Browse files
committed
ices/72554.rs: fixed with errors
=== stdout === === stderr === error[E0072]: recursive type `ElemDerived` has infinite size --> /home/runner/work/glacier/glacier/ices/72554.rs:4:1 | 4 | pub enum ElemDerived { | ^^^^^^^^^^^^^^^^^^^^ recursive type has infinite size 5 | A(ElemDerived) | ----------- recursive without indirection | = help: insert indirection (e.g., a `Box`, `Rc`, or `&`) at some point to make `ElemDerived` representable error: aborting due to previous error For more information about this error, try `rustc --explain E0072`. ==============
1 parent b23b413 commit 901270c

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)