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

Commit 8c4a8bd

Browse files
ices/73375.rs: fixed with errors (#615)
=== stdout === === stderr === warning: the feature `const_generics` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/73375.rs:1:12 | 1 | #![feature(const_generics)] | ^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default = note: see issue #44580 <rust-lang/rust#44580> for more information error[E0601]: `main` function not found in crate `73375` --> /home/runner/work/glacier/glacier/ices/73375.rs:1:1 | 1 | / #![feature(const_generics)] 2 | | 3 | | fn bug<'a>() { 4 | | [(); (|_: &'a u8| (), 0).1]; 5 | | } | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/73375.rs` error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0601`. ============== Co-authored-by: rustbot <[email protected]>
1 parent 6e43512 commit 8c4a8bd

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)