about summary refs log tree commit diff
path: root/src/test/ui/consts/large_const_alloc.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-18/+0
2021-06-29Test memory exhaustion in const evaluationSmitty-0/+6
2021-06-29Make memory exhaustion a hard errorSmitty-2/+1
2021-06-29Support allocation failures when interperting MIRSmitty-0/+13
Note that this breaks Miri. Closes #79601