Skip to content

Commit

Permalink
Move test file to run-fail, since it does an unwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Oct 28, 2015
1 parent 690206c commit c2277de
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit c2277de

Please sign in to comment.