typo-fix stable ed'n error: "an onlyavailable" → "and only available"

This commit is contained in:
Zack M. Davis 2018-07-05 21:52:07 -07:00
parent a8403e1cda
commit bbfdea28cd

View File

@ -1810,7 +1810,7 @@ pub fn build_session_options_and_crate_config(
early_error( early_error(
ErrorOutputType::default(), ErrorOutputType::default(),
&format!( &format!(
"Edition {} is unstable an only\ "Edition {} is unstable and only \
available for nightly builds of rustc.", available for nightly builds of rustc.",
edition, edition,
) )