We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478425d commit 5f222caCopy full SHA for 5f222ca
ices/83753.rs
@@ -0,0 +1,5 @@
1
+struct Foo {}
2
+impl Foo {
3
+ fn bar(foo: Foo<Target = usize>) {}
4
+}
5
+fn main() {}
0 commit comments