We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5487e8 commit d2dac1bCopy full SHA for d2dac1b
src/test/compile-fail/issue-30580.rs
@@ -8,6 +8,9 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+// Test that we do not see uninformative region-related errors
12
+// when we get some basic type-checking failure. See #30580.
13
+
14
pub struct Foo { a: u32 }
15
pub struct Pass<'a, 'tcx: 'a>(&'a mut &'a (), &'a &'tcx ());
16
0 commit comments