fix test output changing in rebase
This commit is contained in:
parent
de6566ce39
commit
d38a59f8b5
@ -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
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ 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
|
||||
|
||||
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
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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
|
||||
|
||||
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…
x
Reference in New Issue
Block a user