]> git.lizzy.rs Git - rust.git/blob - tests/ui/impl-trait/issues/issue-86800.stderr
6c4aa35679d5bc9f57abb1df07a1ace6a64f70d7
[rust.git] / tests / ui / impl-trait / issues / issue-86800.stderr
1 error: unconstrained opaque type
2   --> $DIR/issue-86800.rs:33:34
3    |
4 LL | type TransactionFuture<'__, O> = impl '__ + Future<Output = TransactionResult<O>>;
5    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = 
8
9
10 stack backtrace:
11
12 error: internal compiler error: unexpected panic
13
14
15
16
17
18
19
20
21
22 query stack during panic:
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
26 end of query stack