Rollup merge of #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.
This commit is contained in:
commit
11b0430fa2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue