rust/compiler
Yuki Okushi ec074276ab
Rollup merge of #83196 - tmiasko:valid-range-delay-span-bug, r=oli-obk
Use delay_span_bug instead of panic in layout_scalar_valid_range

#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.

Fixes #83180.
2021-03-16 23:54:03 +09:00
..
2021-03-10 17:53:35 -08:00
2021-03-11 12:24:43 +01:00
2021-03-14 23:21:03 +00:00