summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-vec-pattern-nesting.rs
AgeCommit message (Collapse)AuthorLines
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-1/+1
fail Fix merge conflicts - Issue 4524
2013-01-28Integrate vec patterns into borrow checker.Niko Matsakis-0/+21
The tail portion of the pattern effectively borrows a vector, but the borrow checker knew nothing about this. r=catamorphism