We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba561d7 commit 4d7ea6fCopy full SHA for 4d7ea6f
src/27987.rs
@@ -0,0 +1,7 @@
1
+pub struct S;
2
+impl S {
3
+ pub fn f<'a>(&self, f: &'a f32) where u32: PartialEq<&'a f32> {
4
+ 4==f;
5
+ }
6
+}
7
+fn main() {}
0 commit comments