You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ------------------------------------------- in this macro invocation
22
-
= note: this error originates in the derive macro `FromZeroes` which comes from the expansion of the macro `impl_or_verify` (in Nightly builds, run with -Z macro-backtrace for more info)
22
+
= note: this error originates in the derive macro `FromZeros` which comes from the expansion of the macro `impl_or_verify` (in Nightly builds, run with -Z macro-backtrace for more info)
23
23
help: consider restricting type parameter `T`
24
24
|
25
-
22 | impl_or_verify!(T: zerocopy::FromZeroes => FromZeroes for Foo<T>);
25
+
22 | impl_or_verify!(T: zerocopy::FromZeros => FromZeros for Foo<T>);
26
26
| ++++++++++++++++++++++
27
27
28
28
error[E0277]: the trait bound `T: zerocopy::FromBytes` is not satisfied
@@ -34,7 +34,7 @@ error[E0277]: the trait bound `T: zerocopy::FromBytes` is not satisfied
34
34
note: required for `Foo<T>` to implement `zerocopy::FromBytes`
| ------------------------------------------- in this macro invocation
22
-
= note: this error originates in the derive macro `FromZeroes` which comes from the expansion of the macro `impl_or_verify` (in Nightly builds, run with -Z macro-backtrace for more info)
22
+
= note: this error originates in the derive macro `FromZeros` which comes from the expansion of the macro `impl_or_verify` (in Nightly builds, run with -Z macro-backtrace for more info)
23
23
help: consider restricting type parameter `T`
24
24
|
25
-
22 | impl_or_verify!(T: zerocopy::FromZeroes => FromZeroes for Foo<T>);
25
+
22 | impl_or_verify!(T: zerocopy::FromZeros => FromZeros for Foo<T>);
26
26
| ++++++++++++++++++++++
27
27
28
28
error[E0277]: the trait bound `T: zerocopy::FromBytes` is not satisfied
@@ -34,7 +34,7 @@ error[E0277]: the trait bound `T: zerocopy::FromBytes` is not satisfied
34
34
note: required for `Foo<T>` to implement `zerocopy::FromBytes`
0 commit comments