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/79949.rs:2:5
|
2 | type T<'a>;
| ^^^^^^^^^^^
|
= note: see issue #44265 <rust-lang/rust#44265> for more information
= help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
error[E0658]: generic associated types are unstable
--> /home/runner/work/glacier/glacier/ices/79949.rs:6:5
|
6 | type T<'a> = &'a str;
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #44265 <rust-lang/rust#44265> for more information
= help: add `#![feature(generic_associated_types)]` to the crate attributes to enable
error[E0658]: associated type bounds are unstable
--> /home/runner/work/glacier/glacier/ices/79949.rs:12:23
|
12 | for<'a> IM: T<T: U<<Self as MP>::T<'a>>>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #52662 <rust-lang/rust#52662> for more information
= help: add `#![feature(associated_type_bounds)]` to the crate attributes to enable
error[E0601]: `main` function not found in crate `79949`
--> /home/runner/work/glacier/glacier/ices/79949.rs:1:1
|
1 | / trait MP {
2 | | type T<'a>;
3 | | }
4 | | struct S(String);
... |
17 | | }
18 | | trait U<X> {}
| |_____________^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/79949.rs`
error: aborting due to 4 previous errors
Some errors have detailed explanations: E0601, E0658.
For more information about an error, try `rustc --explain E0601`.
==============
Co-authored-by: rustbot <[email protected]>
0 commit comments