Files
rust/compiler
Matthias Krüger 54fa9cab7c Rollup merge of #93850 - asquared31415:extern-static-size-ice, r=jackh726
Don't ICE when an extern static is too big for the current architecture

Fixes #93760

Emit an error instead of ICEing when an `extern` static's size overflows the allowed maximum for the target.

Changes the error message in the existing `delay_span_bug` call to the true layout error, first for debugging purposes, but opted to leave in to potentially assist future developers as it was being reached in unexpected ways already.
2022-02-25 20:12:46 +01:00
..
2022-02-24 18:50:33 -08:00
2022-02-24 18:50:33 -08:00
2022-02-24 16:02:07 -05:00
2022-02-24 17:01:01 +11:00