rust/tests/ui/impl-trait/issues/issue-86800.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
567 B
Plaintext
Raw Normal View History

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
stack backtrace:
2022-02-17 07:55:58 -06:00
error: the compiler unexpectedly panicked. this is a bug.
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