Add regression test for #95230

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
Yuki Okushi 2022-07-18 10:15:09 +09:00
parent 246f66a905
commit 5172a2f5ce
No known key found for this signature in database
GPG Key ID: 379CEEFDD63E5DD7

View File

@ -0,0 +1,7 @@
// check-pass
pub struct Bar
where
for<'a> &'a mut Self:;
fn main() {}