about summary refs log tree commit diff
path: root/src/test/ui/const_prop
AgeCommit message (Collapse)AuthorLines
2020-07-15Don't panic if the lhs of a div by zero is not statically knownOliver Scherer-4/+21
2020-07-04Fix const prop ICEOliver Scherer-0/+9
we used to erase the local just before we tried to read it for diagnostics