We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0704d5 commit f11b2e5Copy full SHA for f11b2e5
src/librustc_error_codes/error_codes/E0751.md
@@ -9,4 +9,4 @@ impl !MyTrait for i32 { } // error!
9
```
10
11
Negative implementations are a promise that the trait will never be implemented
12
-for the given types. Therefore, you can't have both at the same time!
+for the given types. Therefore, both cannot exists at the same time.
0 commit comments