mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 01:55:29 +00:00
83054 introduced validation of scalar range attributes, but panicking code that uses the attribute remained reachable. Use `delay_span_bug` instead to avoid the ICE.
For more information about how rustc works, see the rustc dev guide.