blob: 1351d14fe008737f4e14c1663608d3d9336b97fc [file] [log] [blame]
error[E0271]: type mismatch resolving `for<'a> <&'a _ as Mirror>::Image == _`
--> $DIR/higher-ranked-projection.rs:35:5
|
LL | foo(());
| ^^^ expected bound lifetime parameter 'a, found concrete lifetime
|
note: required by `foo`
--> $DIR/higher-ranked-projection.rs:24:1
|
LL | / fn foo<U, T>(_t: T)
LL | | where for<'a> &'a T: Mirror<Image=U>
LL | | {}
| |__^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0271`.