blob: 8228f8ace9d67b3baffd34aca430d51092a8c138 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
error: unconstrained opaque type
--> $DIR/issue-86800.rs:31:34
|
LL | type TransactionFuture<'__, O> = impl '__ + Future<Output = TransactionResult<O>>;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
error: the compiler unexpectedly panicked. this is a bug.
query stack during panic:
#0 [type_of_opaque] computing type of opaque `TransactionFuture::{opaque#0}`
#1 [type_of] computing type of `TransactionFuture::{opaque#0}`
end of query stack
|