about summary refs log tree commit diff
path: root/src/test/ui/const_prop/ice-assert-fail-div-by-zero.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2021-01-04Do not run const prop on the `mir_for_ctfe` of `const fn`oli-1/+3
2020-07-15Don't panic if the lhs of a div by zero is not statically knownOliver Scherer-4/+7
2020-07-04Fix const prop ICEOliver Scherer-0/+9
we used to erase the local just before we tried to read it for diagnostics