Skip to content

Commit 5f222ca

Browse files
committed
Add 83753
Issue: rust-lang/rust#83753
1 parent 478425d commit 5f222ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ices/83753.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
struct Foo {}
2+
impl Foo {
3+
fn bar(foo: Foo<Target = usize>) {}
4+
}
5+
fn main() {}

0 commit comments

Comments
 (0)