mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
Add regression test for #95230
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// check-pass
|
||||
|
||||
pub struct Bar
|
||||
where
|
||||
for<'a> &'a mut Self:;
|
||||
|
||||
fn main() {}
|
||||
Reference in New Issue
Block a user