Add comment explaining purpose of test
This commit is contained in:
parent
59279b5abb
commit
0ddc17d5bb
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// Test that we do not see uninformative region-related errors
|
||||
// when we get some basic type-checking failure. See #30580.
|
||||
|
||||
pub struct Foo { a: u32 }
|
||||
pub struct Pass<'a, 'tcx: 'a>(&'a mut &'a (), &'a &'tcx ());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue