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