Add regression test for #95230
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
parent
246f66a905
commit
5172a2f5ce
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