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

Commit 2e727b8

Browse files
committed
ices/78180.sh: fixed with errors
=== stdout === === stderr === error[E0658]: a non-static lifetime is not allowed in a `const` --> <anon>:8:21 | 8 | let _: &'a (); | ^^ | = note: see issue #76560 <rust-lang/rust#76560> for more information = help: add `#![feature(generic_const_exprs)]` to the crate attributes to enable error[E0601]: `main` function not found in crate `rust_out` --> <anon>:13:2 | 13 | } | ^ consider adding a `main` function at the crate level warning: the feature `min_const_generics` has been stable since 1.51.0 and no longer requires an attribute to enable --> <anon>:1:12 | 1 | #![feature(min_const_generics)] | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default error: aborting due to 2 previous errors; 1 warning emitted Some errors have detailed explanations: E0601, E0658. For more information about an error, try `rustc --explain E0601`. ==============
1 parent 87d1bc5 commit 2e727b8

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)