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>>;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
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-08-27 17:02:54 -05:00
|
|
|
#0 [type_of_opaque] computing type of opaque `TransactionFuture::{opaque#0}`
|
|
|
|
#1 [type_of] computing type of `TransactionFuture::{opaque#0}`
|
2022-07-28 10:22:02 -05:00
|
|
|
end of query stack
|