Skip to content

Commit f11b2e5

Browse files
Improve wording
1 parent d0704d5 commit f11b2e5

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0751.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ impl !MyTrait for i32 { } // error!
99
```
1010

1111
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!
12+
for the given types. Therefore, both cannot exists at the same time.

0 commit comments

Comments
 (0)