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 ===
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/79674.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
warning: the feature `const_evaluatable_checked` is incomplete and may not be safe to use and/or cause compiler crashes
--> /home/runner/work/glacier/glacier/ices/79674.rs:2:12
|
2 | #![feature(const_evaluatable_checked)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #76560 <rust-lang/rust#76560> for more information
error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable
--> /home/runner/work/glacier/glacier/ices/79674.rs:18:23
|
18 | const fn is_same_type<T: MiniTypeId, U: MiniTypeId>() -> bool {
| ^
|
= note: see issue #57563 <rust-lang/rust#57563> for more information
= help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
error[E0658]: trait bounds other than `Sized` on const fn parameters are unstable
--> /home/runner/work/glacier/glacier/ices/79674.rs:18:38
|
18 | const fn is_same_type<T: MiniTypeId, U: MiniTypeId>() -> bool {
| ^
|
= note: see issue #57563 <rust-lang/rust#57563> for more information
= help: add `#![feature(const_fn_trait_bound)]` to the crate attributes to enable
error: aborting due to 2 previous errors; 2 warnings emitted
For more information about this error, try `rustc --explain E0658`.
==============
0 commit comments