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