Skip to content

Commit bbfdea2

Browse files
committed
typo-fix stable ed'n error: "an onlyavailable" → "and only available"
1 parent a8403e1 commit bbfdea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1810,7 +1810,7 @@ pub fn build_session_options_and_crate_config(
18101810
early_error(
18111811
ErrorOutputType::default(),
18121812
&format!(
1813-
"Edition {} is unstable an only\
1813+
"Edition {} is unstable and only \
18141814
available for nightly builds of rustc.",
18151815
edition,
18161816
)

0 commit comments

Comments
 (0)