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]: generic associated types are unstable
--> /home/runner/work/glacier/glacier/ices/67424.rs:6:5
|
6 | type Type1<B>: Trait1<A = B>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: for more information, see rust-lang/rust#44265
= help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
error: type-generic associated types are not yet implemented
--> /home/runner/work/glacier/glacier/ices/67424.rs:6:5
|
6 | type Type1<B>: Trait1<A = B>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: for more information, see rust-lang/rust#44265
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0658`.
==============
0 commit comments