2022-09-20 08:56:04 +00:00
|
|
|
error: unconstrained opaque type
|
|
|
|
--> $DIR/issue-86800.rs:33:34
|
|
|
|
|
|
|
|
|
LL | type TransactionFuture<'__, O> = impl '__ + Future<Output = TransactionResult<O>>;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
=
|
|
|
|
|
2022-02-17 13:55:58 +00:00
|
|
|
|
2022-07-28 15:22:02 +00:00
|
|
|
stack backtrace:
|
2022-02-17 13:55:58 +00:00
|
|
|
|
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:
|
2022-09-20 08:56:04 +00:00
|
|
|
#0 [type_of] computing type of `TransactionFuture::{opaque#0}`
|
|
|
|
#1 [check_mod_item_types] checking item types in top-level module
|
|
|
|
#2 [analysis] running analysis passes on this crate
|
2022-07-28 15:22:02 +00:00
|
|
|
end of query stack
|