fix test output changing in rebase
This commit is contained in:
parent
de6566ce39
commit
d38a59f8b5
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ error[E0117]: only traits defined in the current crate can be implemented for ar
|
||||||
LL | impl !Send for dyn Marker2 {} //~ ERROR E0117
|
LL | impl !Send for dyn Marker2 {} //~ ERROR E0117
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ impl doesn't use types inside crate
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ impl doesn't use types inside crate
|
||||||
|
|
|
|
||||||
= note: the impl does not reference any types defined in this crate
|
= note: the impl does not reference only types defined in this crate
|
||||||
= note: define and implement a trait or new type instead
|
= note: define and implement a trait or new type instead
|
||||||
|
|
||||||
error[E0321]: cross-crate traits with a default impl, like `std::marker::Send`, can only be implemented for a struct/enum type, not `(dyn Object + 'static)`
|
error[E0321]: cross-crate traits with a default impl, like `std::marker::Send`, can only be implemented for a struct/enum type, not `(dyn Object + 'static)`
|
||||||
|
|
|
@ -16,7 +16,7 @@ error[E0117]: only traits defined in the current crate can be implemented for ar
|
||||||
LL | unsafe impl Send for dyn Marker2 {} //~ ERROR E0117
|
LL | unsafe impl Send for dyn Marker2 {} //~ ERROR E0117
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl doesn't use types inside crate
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl doesn't use types inside crate
|
||||||
|
|
|
|
||||||
= note: the impl does not reference any types defined in this crate
|
= note: the impl does not reference only types defined in this crate
|
||||||
= note: define and implement a trait or new type instead
|
= note: define and implement a trait or new type instead
|
||||||
|
|
||||||
error[E0321]: cross-crate traits with a default impl, like `std::marker::Send`, can only be implemented for a struct/enum type, not `(dyn Object + 'static)`
|
error[E0321]: cross-crate traits with a default impl, like `std::marker::Send`, can only be implemented for a struct/enum type, not `(dyn Object + 'static)`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue