rust/compiler/rustc_const_eval/src
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
..
const_eval Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
interpret Rollup merge of #124024 - RalfJung:interpret-comment, r=oli-obk 2024-04-16 17:54:46 +02:00
transform Taint const qualifs if a static is referenced that didn't pass wfcheck 2024-04-16 10:43:41 +00:00
util Actually create ranged int types in the type system. 2024-04-08 12:02:19 +00:00
errors.rs Forbid implicit nested statics in thread local statics 2024-04-02 13:00:46 +00:00
lib.rs Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJung 2024-03-26 00:04:03 +00:00