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

Commit 226ba71

Browse files
committed
ices/62521-1.rs: fixed with errors
=== stdout === === stderr === warning: the feature `generic_associated_types` is incomplete and may cause the compiler to crash --> /home/runner/work/glacier/glacier/ices/62521-1.rs:3:12 | 3 | #![feature(generic_associated_types)] | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(incomplete_features)]` on by default error[E0280]: the requirement `for<'a> <Self as Iterator>::Item<'a> : 'a` is not satisfied --> /home/runner/work/glacier/glacier/ices/62521-1.rs:4:1 | 4 | trait Iterator { | ^------------- | | | _required by `Iterator` | | 5 | | type Item<'a>: 'a; 6 | | } | |_^ error: aborting due to previous error ==============
1 parent 3e5ca66 commit 226ba71

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)