We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1afa1 commit c213b0dCopy full SHA for c213b0d
src/test/ui/issues/issue-57162.rs
@@ -0,0 +1,7 @@
1
+// compile-pass
2
+
3
+trait Foo {}
4
+impl Foo for dyn Send {}
5
6
+impl<T: Sync + Sync> Foo for T {}
7
+fn main() {}
0 commit comments