We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 026322c commit 435cdd0Copy full SHA for 435cdd0
compiler/rustc_error_codes/src/error_codes/E0785.md
@@ -26,5 +26,5 @@ trait PrincipalTrait {}
26
27
auto trait AutoTrait {}
28
29
-impl dyn (PrincipalTrait + AutoTrait + Send) {}
+impl dyn PrincipalTrait + AutoTrait + Send {}
30
```
0 commit comments