13 lines
494 B
Plaintext
13 lines
494 B
Plaintext
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
|