2022-09-20 03:56:04 -05:00
|
|
|
error: unconstrained opaque type
|
2023-05-01 03:05:05 -05:00
|
|
|
--> $DIR/issue-86800.rs:31:34
|
2022-09-20 03:56:04 -05:00
|
|
|
|
|
|
|
|
LL | type TransactionFuture<'__, O> = impl '__ + Future<Output = TransactionResult<O>>;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2024-01-09 21:29:01 -06:00
|
|
|
error: internal compiler error[E0792]: expected generic lifetime parameter, found `'_`
|
2023-10-26 06:36:49 -05:00
|
|
|
--> $DIR/issue-86800.rs:39:5
|
|
|
|
|
|
|
|
|
LL | type TransactionFuture<'__, O> = impl '__ + Future<Output = TransactionResult<O>>;
|
|
|
|
| --- this generic parameter must be used with a generic lifetime parameter
|
|
|
|
...
|
|
|
|
LL | f
|
|
|
|
| ^
|
|
|
|
|
2023-02-07 13:17:24 -06:00
|
|
|
error: the compiler unexpectedly panicked. this is a bug.
|
2022-07-28 10:22:02 -05:00
|
|
|
|
|
|
|
query stack during panic:
|
2023-10-26 06:36:49 -05:00
|
|
|
#0 [mir_borrowck] borrow-checking `execute_transaction_fut`
|
|
|
|
#1 [type_of_opaque] computing type of opaque `execute_transaction_fut::{opaque#0}`
|
2022-07-28 10:22:02 -05:00
|
|
|
end of query stack
|