-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Minor typo in explanation for E0080
in Rustc error index
#66105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Comments
Yes, this belong on the other repository. Moving |
I can take care of this 😄 |
Centril
added a commit
to Centril/rust
that referenced
this issue
Nov 5, 2019
Fix typo in explanation of `E0080` Handling issue rust-lang#66105 in Rust repo. `evaluate an constant expression` to `evaluate a constant expression`
Centril
added a commit
to Centril/rust
that referenced
this issue
Nov 6, 2019
Fix typo in explanation of `E0080` Handling issue rust-lang#66105 in Rust repo. `evaluate an constant expression` to `evaluate a constant expression`
https://doc.rust-lang.org/error-index.html#E0080 Typo still shows in the above link. I am currently not sure what I can do to fix it. |
That link will get fixed when your changes hit stable.
You'll see it first on https://doc.rust-lang.org/nightly/error-index.html
the next time a nightly happens.
…On Wed, Nov 6, 2019, 6:37 AM Youngsuk Kim ***@***.***> wrote:
https://doc.rust-lang.org/error-index.html#E0080
Typo still shows in the above link. I am currently not sure what I can do
to fix it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#66105?email_source=notifications&email_token=AAMK6SAVBMZTA2CDCROQYRDQSLJCVA5CNFSM4JI5YESKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDGXWQQ#issuecomment-550337346>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMK6SE6UCS4H3LATPYSYT3QSLJCVANCNFSM4JI5YESA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Content Bug Report
Page(s) Affected
https://doc.rust-lang.org/error-index.html#E0080
What needs to be fixed?
A minor grammar mistake. (Below) 'an' needs to be changed to 'a'.
P.S.
Error message from rustc 1.40.0-nightly(2477e24 2019-11-04) (invoked with
rustc --explain E0080
) also contains the same typo, so should I also report this issue to the Rust repository?The text was updated successfully, but these errors were encountered: