Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5d4d6a8

Browse files
authored
Unrolled build for rust-lang#133993
Rollup merge of rust-lang#133993 - LuanOldCode:fix-e0571-typo, r=compiler-errors Fix: typo in E0751 error explanation Corrected a grammatical error in the explanation for E0751. Changed "exists" to "exist" to improve clarity and ensure proper grammar in the error message.
2 parents 4d669fb + 120d6b2 commit 5d4d6a8

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_error_codes/src/error_codes

1 file changed

+1
-1
lines changed

compiler/rustc_error_codes/src/error_codes/E0751.md

Lines changed: 1 addition & 1 deletion
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, both cannot exists at the same time.
12+
for the given types. Therefore, both cannot exist at the same time.

0 commit comments

Comments
 (0)