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

Commit 48d9a51

Browse files
committed
ices/75323.rs: fixed with errors
=== stdout === === stderr === error[E0601]: `main` function not found in crate `75323` --> /home/runner/work/glacier/glacier/ices/75323.rs:1:1 | 1 | / #![feature(min_const_generics)] 2 | | 3 | | fn test<const N: usize>() {} 4 | | ... | 12 | | &() 13 | | } | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/75323.rs` error[E0658]: a non-static lifetime is not allowed in a `const` --> /home/runner/work/glacier/glacier/ices/75323.rs:8:21 | 8 | let _: &'a (); | ^^ | = note: see issue #44580 <rust-lang/rust#44580> for more information = help: add `#![feature(const_generics)]` to the crate attributes to enable error: aborting due to 2 previous errors Some errors have detailed explanations: E0601, E0658. For more information about an error, try `rustc --explain E0601`. ==============
1 parent 6238605 commit 48d9a51

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)