Skip to content

Commit

Permalink
Rollup merge of rust-lang#52099 - zackmdavis:and_the_case_of_the_typ,…
Browse files Browse the repository at this point in the history
… r=oli-obk

fix typo in stable `--edition` error message

(diff is self-explanatory)
  • Loading branch information
Mark-Simulacrum authored Jul 7, 2018
2 parents 54a440b + bbfdea2 commit 9672933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/session/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1816,7 +1816,7 @@ pub fn build_session_options_and_crate_config(
early_error(
ErrorOutputType::default(),
&format!(
"Edition {} is unstable an only\
"Edition {} is unstable and only \
available for nightly builds of rustc.",
edition,
)
Expand Down

0 comments on commit 9672933

Please sign in to comment.