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

Commit 4de072a

Browse files
committed
ices/86033.rs: fixed with errors
=== stdout === === stderr === warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/86033.rs:1:12 | 1 | #![feature(generic_const_exprs)] | ^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #76560 <rust-lang/rust#76560> for more information error[E0601]: `main` function not found in crate `86033` --> /home/runner/work/glacier/glacier/ices/86033.rs:1:1 | 1 | / #![feature(generic_const_exprs)] 2 | | 3 | | pub trait IsTrue<const T: bool> {} 4 | | impl IsTrue<true> for () {} ... | 14 | | || {} 15 | | } | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/86033.rs` error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0601`. ==============
1 parent bbf9276 commit 4de072a

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)