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

Commit 22218ed

Browse files
ices/83017.rs: fixed with errors (#724)
=== stdout === === stderr === error[E0277]: the trait bound `for<'a, 'b> <Z as TraitA<'a>>::AsA: TraitB<'a, 'b>` is not satisfied --> /home/runner/work/glacier/glacier/ices/83017.rs:13:5 | 11 | fn foo<T>() where for<'a> T: TraitA<'a, AsA: for<'b> TraitB<'a, 'b, AsB: for<'c> TraitC<'a, 'b, 'c>>> {} | ------------------------------------------------------- required by this bound in `foo` 12 | fn main() { 13 | foo::<Z>(); | ^^^^^^^^ the trait `for<'a, 'b> TraitB<'a, 'b>` is not implemented for `<Z as TraitA<'a>>::AsA` error[E0277]: the trait bound `for<'a, 'b, 'c> <<Z as TraitA<'a>>::AsA as TraitB<'a, 'b>>::AsB: TraitC<'a, 'b, 'c>` is not satisfied --> /home/runner/work/glacier/glacier/ices/83017.rs:13:5 | 11 | fn foo<T>() where for<'a> T: TraitA<'a, AsA: for<'b> TraitB<'a, 'b, AsB: for<'c> TraitC<'a, 'b, 'c>>> {} | -------------------------- required by this bound in `foo` 12 | fn main() { 13 | foo::<Z>(); | ^^^^^^^^ the trait `for<'a, 'b, 'c> TraitC<'a, 'b, 'c>` is not implemented for `<<Z as TraitA<'a>>::AsA as TraitB<'a, 'b>>::AsB` error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0277`. ============== Co-authored-by: rustbot <[email protected]>
1 parent 5eff857 commit 22218ed

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)