]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-trait/issue-99073.stderr
Rollup merge of #105555 - krasimirgg:llvm-int-opt-2, r=cuviper
[rust.git] / src / test / ui / impl-trait / issue-99073.stderr
1 error: concrete type differs from previous defining opaque type use
2   --> $DIR/issue-99073.rs:6:11
3    |
4 LL |   move || f(fix(&f))
5    |           ^^^^^^^^^^ expected `[closure@$DIR/issue-99073.rs:6:3: 6:10]`, got `G`
6    |
7 note: previous use here
8   --> $DIR/issue-99073.rs:6:3
9    |
10 LL |   move || f(fix(&f))
11    |   ^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14