@@ -15,7 +15,7 @@ note: for a trait to be dyn compatible it needs to allow building a vtable
1515 --> $DIR/deny-builtin-object-impl.rs:17:1
1616 |
1717LL | #[rustc_dyn_incompatible_trait]
18- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...because it opted out of dyn-compatbility
18+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...because it opted out of dyn-compatibility
1919LL | trait YesImplNotObject2 {}
2020 | ----------------- this trait is not dyn compatible...
2121
@@ -30,7 +30,7 @@ note: for a trait to be dyn compatible it needs to allow building a vtable
3030 --> $DIR/deny-builtin-object-impl.rs:11:1
3131 |
3232LL | #[rustc_dyn_incompatible_trait]
33- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...because it opted out of dyn-compatbility
33+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...because it opted out of dyn-compatibility
3434LL | trait NotImplNotObject {}
3535 | ---------------- this trait is not dyn compatible...
3636
@@ -45,7 +45,7 @@ note: for a trait to be dyn compatible it needs to allow building a vtable
4545 --> $DIR/deny-builtin-object-impl.rs:14:1
4646 |
4747LL | #[rustc_dyn_incompatible_trait]
48- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...because it opted out of dyn-compatbility
48+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...because it opted out of dyn-compatibility
4949LL | trait YesImplNotObject {}
5050 | ---------------- this trait is not dyn compatible...
5151
@@ -60,7 +60,7 @@ note: for a trait to be dyn compatible it needs to allow building a vtable
6060 --> $DIR/deny-builtin-object-impl.rs:17:1
6161 |
6262LL | #[rustc_dyn_incompatible_trait]
63- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...because it opted out of dyn-compatbility
63+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...because it opted out of dyn-compatibility
6464LL | trait YesImplNotObject2 {}
6565 | ----------------- this trait is not dyn compatible...
6666
0 commit comments