diff options
author | Miguel Ojeda <ojeda@kernel.org> | 2024-09-04 22:43:31 +0200 |
---|---|---|
committer | Miguel Ojeda <ojeda@kernel.org> | 2024-10-07 10:49:15 +0200 |
commit | 567cdff53e71de56ae67eaf4309db38778b7bcd3 (patch) | |
tree | 8b75363fc0072c46594763929d9ab18bfd5b95c0 /Makefile | |
parent | rust: sort global Rust flags (diff) | |
download | linux-567cdff53e71de56ae67eaf4309db38778b7bcd3.tar.xz linux-567cdff53e71de56ae67eaf4309db38778b7bcd3.zip |
rust: types: avoid repetition in `{As,From}Bytes` impls
In order to provide `// SAFETY` comments for every `unsafe impl`, we would
need to repeat them, which is not very useful and would be harder to read.
We could perhaps allow the lint (ideally within a small module), but we
can take the chance to avoid the repetition of the `impl`s themselves
too by using a small local macro, like in other places where we have
had to do this sort of thing.
Thus add the straightforward `impl_{from,as}bytes!` macros and use them
to implement `FromBytes`.
This, in turn, will allow us in the next patch to place a `// SAFETY`
comment that defers to the actual invocation of the macro.
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Trevor Gross <tmgross@umich.edu>
Tested-by: Gary Guo <gary@garyguo.net>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://lore.kernel.org/r/20240904204347.168520-4-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions