summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/issues/issue-86800.stderr
blob: 6c4aa35679d5bc9f57abb1df07a1ace6a64f70d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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