Skip to content

Commit

Permalink
Unrolled build for rust-lang#133993
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rust-timer authored Dec 9, 2024
2 parents 4d669fb + 120d6b2 commit 5d4d6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_error_codes/src/error_codes/E0751.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ impl !MyTrait for i32 { } // error!
```

Negative implementations are a promise that the trait will never be implemented
for the given types. Therefore, both cannot exists at the same time.
for the given types. Therefore, both cannot exist at the same time.

0 comments on commit 5d4d6a8

Please sign in to comment.