We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bee5a1 + 5172a2f commit 86c049fCopy full SHA for 86c049f
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