blob: 711de855f0d10978edf72e5311010b57b21d8bb2 [file] [log] [blame]
error: non-defining opaque type use in defining scope
--> $DIR/generic_duplicate_param_use3.rs:10:27
|
LL | fn one<T: Debug>(t: T) -> Two<T, T> {
| ^^^^^^^^^
|
note: type used multiple times
--> $DIR/generic_duplicate_param_use3.rs:8:10
|
LL | type Two<T, U> = impl Debug;
| ^ ^
error: aborting due to previous error