]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hr-subtype/hr-subtype.bound_a_vs_bound_a.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / hr-subtype / hr-subtype.bound_a_vs_bound_a.stderr
1 error: compilation successful
2   --> $DIR/hr-subtype.rs:110:1
3    |
4 LL | / fn main() {
5 LL | | //[bound_a_vs_bound_a]~^ ERROR compilation successful
6 LL | | //[bound_a_vs_bound_b]~^^ ERROR compilation successful
7 LL | | //[bound_inv_a_vs_bound_inv_b]~^^^ ERROR compilation successful
8 LL | | //[bound_co_a_vs_bound_co_b]~^^^^ ERROR compilation successful
9 LL | | //[free_x_vs_free_x]~^^^^^ ERROR compilation successful
10 LL | | }
11    | |_^
12
13 error: aborting due to previous error
14