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:
commit
068a559fbb
1 changed files with 7 additions and 0 deletions
7
src/test/ui/hrtb/issue-95230.rs
Normal file
7
src/test/ui/hrtb/issue-95230.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// check-pass
|
||||
|
||||
pub struct Bar
|
||||
where
|
||||
for<'a> &'a mut Self:;
|
||||
|
||||
fn main() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue