Skip to content

Commit

Permalink
Rollup merge of rust-lang#99394 - JohnTitor:issue-95230, r=compiler-e…
Browse files Browse the repository at this point in the history
…rrors

Add regression test for rust-lang#95230

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

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
Dylan-DPC authored Jul 18, 2022
2 parents a47a090 + 5172a2f commit 068a559
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test/ui/hrtb/issue-95230.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// check-pass

pub struct Bar
where
for<'a> &'a mut Self:;

fn main() {}

0 comments on commit 068a559

Please sign in to comment.