Error message grammar/typo: 'and unstable location' -> 'an' unstable location' #45057
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Rust learner here, diving into logging, and using my incorrect code. Very helpful and specific error message (OMG, thank you Rust devs!); just has a typo. A two-minute find-and-correct situation. The error message reads:
Note the
... sysroot, and unstable location; ...
. Should theand
perhaps bean
?Steps to recreate:
cargo new --bin typo_error_msg
cd typo_error_msg
sed -i '1i #[macro_use] extern crate log;\n' src/main.rs
cargo build
The text was updated successfully, but these errors were encountered: