blob: 0e105817b18af6bdf90466eaebd89718911e5a5c [file] [log] [blame] [edit]
error[E0666]: nested `impl Trait` is not allowed
--> $DIR/issue-57979-nested-impl-trait-in-assoc-proj.rs:9:41
|
LL | pub fn demo(_: impl Quux<Assoc=impl Foo<impl Bar>>) { }
| ---------^^^^^^^^-
| | |
| | nested `impl Trait` here
| outer `impl Trait`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0666`.