rust/tests/ui/const-ptr
Matthias Krüger f574c0edb5
Rollup merge of #141698 - oli-obk:ctfe-err-flip, r=RalfJung
Use the informative error as the main const eval error message

r? `@RalfJung`

I only did the minimal changes necessary to the const eval error machinery. I'd prefer not to mix test changes with refactorings 😆
2025-06-03 21:53:37 +02:00
..
allowed_slices.rs terminology: allocated object → allocation 2025-05-31 22:49:14 +02:00
forbidden_slices.rs Use the informative error as the main const eval error message 2025-06-02 15:37:15 +00:00
forbidden_slices.stderr Clarify why we are talking about a failed const eval at a random place 2025-06-02 15:37:15 +00:00
out_of_bounds_read.rs Use the informative error as the main const eval error message 2025-06-02 15:37:15 +00:00
out_of_bounds_read.stderr Clarify why we are talking about a failed const eval at a random place 2025-06-02 15:37:15 +00:00