This repository was archived by the owner on May 23, 2024. It is now read-only.
Commit 2b23be7
committed
ices/63300.rs: fixed with errors
=== stdout ===
=== stderr ===
error[E0658]: generic associated types are unstable
--> /home/runner/work/glacier/glacier/ices/63300.rs:2:5
|
2 | type HigherSelf<T>: Functor<T>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: for more information, see rust-lang/rust#44265
= help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
error[E0601]: `main` function not found in crate `63300`
--> /home/runner/work/glacier/glacier/ices/63300.rs:1:1
|
1 | / trait Functor<A> {
2 | | type HigherSelf<T>: Functor<T>;
3 | | }
| |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/63300.rs`
error: type-generic associated types are not yet implemented
--> /home/runner/work/glacier/glacier/ices/63300.rs:2:5
|
2 | type HigherSelf<T>: Functor<T>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: for more information, see rust-lang/rust#44265
error: aborting due to 3 previous errors
Some errors have detailed explanations: E0601, E0658.
For more information about an error, try `rustc --explain E0601`.
==============1 parent 3e5ca66 commit 2b23be7
1 file changed
+0
-0
lines changedFile renamed without changes.
0 commit comments