Minor typo in explanation for E0080
in Rustc error index
#66105
Closed
Description
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?