We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 246f66a commit 5172a2fCopy full SHA for 5172a2f
src/test/ui/hrtb/issue-95230.rs
@@ -0,0 +1,7 @@
1
+// check-pass
2
+
3
+pub struct Bar
4
+where
5
+ for<'a> &'a mut Self:;
6
7
+fn main() {}
0 commit comments