mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
27 lines
560 B
Plaintext
27 lines
560 B
Plaintext
error: unconstrained opaque type
|
|
--> $DIR/issue-86800.rs:33:34
|
|
|
|
|
LL | type TransactionFuture<'__, O> = impl '__ + Future<Output = TransactionResult<O>>;
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
=
|
|
|
|
|
|
stack backtrace:
|
|
|
|
error: internal compiler error: unexpected panic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
query stack during panic:
|
|
#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
|
|
end of query stack
|