]> git.proxmox.com Git - rustc.git/blob - src/test/ui/hr-subtype/hr-subtype.bound_co_a_vs_bound_co_b.stderr
New upstream version 1.30.0~beta.7+dfsg1
[rustc.git] / src / test / ui / hr-subtype / hr-subtype.bound_co_a_vs_bound_co_b.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