about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/ub-write-through-immutable.rs
AgeCommit message (Expand)AuthorLines
2025-06-02Use the informative error as the main const eval error messageOli Scherer-5/+3
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-2/+2
2024-09-15also stabilize const_refs_to_cellRalf Jung-1/+0
2024-09-15stabilize const_mut_refsRalf Jung-1/+1
2024-08-17make writes_through_immutable_pointer a hard errorRalf Jung-5/+4
2023-12-07compile-time evaluation: emit a lint when a write through an immutable pointe...Ralf Jung-0/+30