Skip to content

Commit c658125

Browse files
committed
Add 82927
Issue: rust-lang/rust#82927
1 parent 772675c commit c658125

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ices/82927.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
trait SendEqAlias<T> = PartialEq;
2+
struct Foo;
3+
struct Bar<T>(SendEqAlias<T>);

0 commit comments

Comments
 (0)