blob: cd637056c94add66003e178a0a50eeb2ac962b44 [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/issue-57611-trait-alias.rs:17:16
|
LL | type Bar = impl Baz<Self, Self>;
| ^^^^^^^^^^^^^^^^^^^^ one type is more general than the other
|
= note: expected type `std::ops::FnOnce<(&X,)>`
found type `std::ops::FnOnce<(&X,)>`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.