Skip to content

Commit c2277de

Browse files
committed
Move test file to run-fail, since it does an unwrap
1 parent 690206c commit c2277de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/run-pass/issue-28934.rs renamed to src/test/run-fail/issue-28934.rs

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
// Regression test: issue had to do with "givens" in region inference,
1212
// which were not being considered during the contraction phase.
1313

14+
// error-pattern:explicit panic
15+
1416
struct Parser<'i: 't, 't>(&'i u8, &'t u8);
1517

1618
impl<'i, 't> Parser<'i, 't> {

0 commit comments

Comments
 (0)