Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit dcf77cc

Browse files
committed
ices/74018.rs: fixed with errors
=== stdout === === stderr === error[E0658]: `impl Trait` in type aliases is unstable --> /home/runner/work/glacier/glacier/ices/74018.rs:7:29 | 7 | type Associated = (i32, impl Iterator<Item = i32>); | ^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #63063 <rust-lang/rust#63063> for more information = help: add `#![feature(type_alias_impl_trait)]` to the crate attributes to enable error[E0207]: the lifetime parameter `'a` is not constrained by the impl trait, self type, or predicates --> /home/runner/work/glacier/glacier/ices/74018.rs:6:6 | 6 | impl<'a, I: Iterator<Item = i32>> Trait for (i32, I) { | ^^ unconstrained lifetime parameter error: aborting due to 2 previous errors Some errors have detailed explanations: E0207, E0658. For more information about an error, try `rustc --explain E0207`. ==============
1 parent c758f7f commit dcf77cc

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)