You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 23, 2024. It is now read-only.
=== stdout ===
=== stderr ===
error[E0601]: `main` function not found in crate `83288`
--> /home/runner/work/glacier/glacier/ices/83288.rs:1:1
|
1 | / #![allow(incomplete_features)]
2 | | #![feature(generic_const_exprs)]
3 | |
4 | | use std::{marker::PhantomData, ops::Mul};
... |
64 | | }
65 | | }
| |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/83288.rs`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0601`.
==============
0 commit comments