Move test file to run-fail, since it does an unwrap

This commit is contained in:
Niko Matsakis 2015-10-28 18:48:06 -04:00
parent 690206c74a
commit c2277de673

View File

@ -11,6 +11,8 @@
// Regression test: issue had to do with "givens" in region inference,
// which were not being considered during the contraction phase.
// error-pattern:explicit panic
struct Parser<'i: 't, 't>(&'i u8, &'t u8);
impl<'i, 't> Parser<'i, 't> {