Post #1398732
2024-03-24 10:48 UTC
Added a new rust clippy lint which checks if transmute annotations are missing. It's really easy to miss out when you update your code that the transmute is getting a different input type or generating a different output, potentially generating invalid code. Should not be possible anymore now.
https://github.com/rust-lang/rust-clippy/pull/12239
#rust #rustlang
Replies (0)
No replies.