2022-09-20 03:56:04 -05:00
|
|
|
error: unconstrained opaque type
|
|
|
|
--> $DIR/issue-86800.rs:33:34
|
|
|
|
|
|
|
|
|
LL | type TransactionFuture<'__, O> = impl '__ + Future<Output = TransactionResult<O>>;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
=
|
|
|
|
|
2022-02-17 07:55:58 -06:00
|
|
|
|
2022-07-28 10:22:02 -05:00
|
|
|
stack backtrace:
|
2022-02-17 07:55:58 -06:00
|
|
|
|
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:
|
2022-09-20 03:56:04 -05: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 10:22:02 -05:00
|
|
|
end of query stack
|