- Jan 10, 2023
-
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
`0 #( + ::core::mem::size_of::<#field_types>() )*` triggers a warning because `0 +` is always useless. But in this case, we're inside a macro, and there might be nothing to expand on the rhs, so we need `0`.
-
- Apr 06, 2021
-
-
Simon Sapin authored
-
Simon Sapin authored
-
Simon Sapin authored
Although the derive macro is unchanged, the requirements for manual `unsafe impl` blocks are slightly stronger. Even if unlikely this could make some previously-valid impls invalid. The incompatible version number reflects this.
-
- Jan 15, 2021
-
-
Simon Sapin authored
*** Added tag derive-v0.1.0 for changeset ded1f67bd7c8
-
Simon Sapin authored
-
Simon Sapin authored
-