summary refs log tree commit diff
path: root/src/test/compile-fail/const-len-underflow-subspans.rs
AgeCommit message (Collapse)AuthorLines
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.