rust/compiler/rustc_const_eval
Guillaume Gomez 4885ddfa92
Rollup merge of #123675 - oli-obk:static_wf_ice, r=compiler-errors
Taint const qualifs if a static is referenced that didn't pass wfcheck

It is correct to only check the signature here, as the ICE is caused by `USE_WITH_ERROR` trying to allocate memory to store the result of `WITH_ERROR` before evaluating it.

fixes #123153
2024-04-17 00:00:22 +02:00
..
src Rollup merge of #123675 - oli-obk:static_wf_ice, r=compiler-errors 2024-04-17 00:00:22 +02:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl Forbid implicit nested statics in thread local statics 2024-04-02 13:00:46 +00:00