15 lines
475 B
Plaintext
15 lines
475 B
Plaintext
|
warning: not reporting region error due to -Znll
|
||
|
--> $DIR/projection-implied-bounds.rs:45:36
|
||
|
|
|
||
|
45 | twice(value, |value_ref, item| invoke2(value_ref, item));
|
||
|
| ^^^^^^^
|
||
|
|
||
|
error: `T` does not outlive `'_#0r`
|
||
|
--> $DIR/projection-implied-bounds.rs:45:18
|
||
|
|
|
||
|
45 | twice(value, |value_ref, item| invoke2(value_ref, item));
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|