2022-09-20 08:56:04 +00:00
|
|
|
error: unconstrained opaque type
|
2023-05-01 18:05:05 +10:00
|
|
|
--> $DIR/issue-86800.rs:31:34
|
2022-09-20 08:56:04 +00:00
|
|
|
|
|
|
|
|
LL | type TransactionFuture<'__, O> = impl '__ + Future<Output = TransactionResult<O>>;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
2023-02-07 19:17:24 +00:00
|
|
|
error: the compiler unexpectedly panicked. this is a bug.
|
2022-07-28 15:22:02 +00:00
|
|
|
|
|
|
|
query stack during panic:
|
2023-08-27 22:02:54 +00:00
|
|
|
#0 [type_of_opaque] computing type of opaque `TransactionFuture::{opaque#0}`
|
|
|
|
#1 [type_of] computing type of `TransactionFuture::{opaque#0}`
|
2022-07-28 15:22:02 +00:00
|
|
|
end of query stack
|