summary refs log tree commit diff
path: root/src/test/compile-fail/const-len-underflow-subspans.rs
AgeCommit message (Collapse)AuthorLines
2018-06-05Refactor the const eval diagnostic APIOliver Schneider-1/+1
2018-03-08Fully use miri in transOliver Schneider-1/+1
2016-08-04Update wording on E0080Shantanu Raj-1/+1
Change "attempted" to "attempt"
2016-07-22refactor constant evaluation error reportingAriel Ben-Yehuda-1/+2
Refactor constant evaluation to use a single error reporting function that reports a type-error-like message. Also, unify all error codes with the "constant evaluation error" message to just E0080, and similarly for a few other duplicate codes. The old situation was a total mess, and now that we have *something* we can further iterate on the UX.
2016-03-10typestrong constant integersOliver Schneider-1/+1
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-03-03Fix span typo in the arithmetic overflow for array length reporting.Felix S. Klock II-0/+20
Added pair of regression tests that I should have made when I thought of doing this in the first place.