Skip to content

Commit 068a559

Browse files
authored
Rollup merge of rust-lang#99394 - JohnTitor:issue-95230, r=compiler-errors
Add regression test for rust-lang#95230 Closes rust-lang#95230 r? ```@compiler-errors``` Signed-off-by: Yuki Okushi <[email protected]>
2 parents a47a090 + 5172a2f commit 068a559

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/test/ui/hrtb/issue-95230.rs

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// check-pass
2+
3+
pub struct Bar
4+
where
5+
for<'a> &'a mut Self:;
6+
7+
fn main() {}

0 commit comments

Comments
 (0)