Warn on unused `offset_of!()` result The usage of `core::hint::must_use()` means that we don't get a specialized message. I figured out that since there are plenty of other methods that just have `#[must_use]` with no message it'll be fine, but it is a bit unfortunate that the error mentions `must_use` and not `offset_of!`. Fixes #111669. |
||
|---|---|---|
| .. | ||
| manually_drop.rs | ||
| maybe_uninit.rs | ||
| mod.rs | ||
| transmutability.rs | ||