mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
9 lines
293 B
Plaintext
9 lines
293 B
Plaintext
error[E0667]: `impl Trait` is not allowed in path parameters
|
|
--> $DIR/issue-57979-impl-trait-in-path.rs:8:48
|
|
|
|
|
LL | pub fn demo(_: impl Quux<(), Assoc=<() as Quux<impl Bar>>::Assoc>) { }
|
|
| ^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|