mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 22:53:28 +00:00
Add comment explaining purpose of test
This commit is contained in:
parent
59279b5abb
commit
0ddc17d5bb
@ -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…
Reference in New Issue
Block a user