We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690206c commit c2277deCopy full SHA for c2277de
src/test/run-pass/issue-28934.rs renamed to src/test/run-fail/issue-28934.rs
@@ -11,6 +11,8 @@
11
// Regression test: issue had to do with "givens" in region inference,
12
// which were not being considered during the contraction phase.
13
14
+// error-pattern:explicit panic
15
+
16
struct Parser<'i: 't, 't>(&'i u8, &'t u8);
17
18
impl<'i, 't> Parser<'i, 't> {
0 commit comments