]> git.proxmox.com Git - rustc.git/blame - tests/ui/impl-trait/issues/issue-86800.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / impl-trait / issues / issue-86800.stderr
CommitLineData
2b03887a
FG
1error: unconstrained opaque type
2 --> $DIR/issue-86800.rs:33:34
3 |
4LL | type TransactionFuture<'__, O> = impl '__ + Future<Output = TransactionResult<O>>;
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 =
8
5e7ed085 9
064997fb 10stack backtrace:
5e7ed085 11
064997fb
FG
12error: internal compiler error: unexpected panic
13
14
15
16
17
18
19
20
21
22query stack during panic:
2b03887a
FG
23#0 [type_of] computing type of `TransactionFuture::{opaque#0}`
24#1 [check_mod_item_types] checking item types in top-level module
25#2 [analysis] running analysis passes on this crate
064997fb 26end of query stack