Move test file to run-fail, since it does an unwrap
This commit is contained in:
parent
690206c74a
commit
c2277de673
@ -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> {
|
Loading…
Reference in New Issue
Block a user