Skip to content

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

Closed
JOE1994 opened this issue Nov 5, 2019 · 4 comments
Closed

Minor typo in explanation for E0080 in Rustc error index #66105

JOE1994 opened this issue Nov 5, 2019 · 4 comments
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

@JOE1994
Copy link
Contributor

JOE1994 commented Nov 5, 2019

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'.

This error indicates that the compiler was unable to sensibly evaluate an constant expression that had to be evaluated.

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?

@Manishearth Manishearth transferred this issue from rust-lang/www.rust-lang.org Nov 5, 2019
@Manishearth
Copy link
Member

Yes, this belong on the other repository. Moving

@Manishearth Manishearth added 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. labels Nov 5, 2019
@JOE1994
Copy link
Contributor Author

JOE1994 commented Nov 5, 2019

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`
@JOE1994
Copy link
Contributor Author

JOE1994 commented Nov 6, 2019

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.

@Manishearth
Copy link
Member

Manishearth commented Nov 6, 2019 via email

@JOE1994 JOE1994 closed this as completed Nov 6, 2019
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.
Projects
None yet
Development

No branches or pull requests

2 participants