Skip to content

Commit dae7c36

Browse files
committed
Add regression test for #75961
1 parent 1b61b1b commit dae7c36

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// check-pass
2+
3+
pub fn foo<'a>(s: &'a mut ()) where &'a mut (): Clone {
4+
<&mut () as Clone>::clone(&s);
5+
}
6+
7+
fn main() {}

0 commit comments

Comments
 (0)