mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 12:57:39 +00:00
In some cases we can avoid arithmetic before checking whether a niche represents an untagged variant. This is relevant to #101872
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.