Rollup merge of #99394 - JohnTitor:issue-95230, r=compiler-errors

Add regression test for #95230

Closes #95230
r? ```@compiler-errors```

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
Dylan DPC 2022-07-18 21:14:49 +05:30 committed by GitHub
commit 068a559fbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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