335427a3db
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.