We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59279b5 commit 0ddc17dCopy full SHA for 0ddc17d
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