rust/compiler/rustc_const_eval/src
Matthias Krüger c796ef00f8
Rollup merge of #140521 - RalfJung:oob-error, r=saethlin
interpret: better error message for out-of-bounds pointer arithmetic and accesses

Fixes https://github.com/rust-lang/rust/issues/93881
r? `@saethlin`
2025-05-02 19:37:58 +02:00
..
check_consts Clean up "const" situation in format_args!(). 2025-05-01 11:55:23 +02:00
const_eval AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}, scoped async drop added. 2025-04-28 16:23:13 +07:00
interpret Rollup merge of #140521 - RalfJung:oob-error, r=saethlin 2025-05-02 19:37:58 +02:00
util Remove weak alias terminology 2025-04-24 11:59:20 +01:00
errors.rs interpret: better error message for out-of-bounds pointer arithmetic and accesses 2025-04-30 18:45:41 +02:00
lib.rs Make #![feature(let_chains)] bootstrap conditional in compiler/ 2025-04-23 16:40:30 +02:00