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[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`.
==============
0 commit comments