Skip to content

Commit 9672933

Browse files
Rollup merge of #52099 - zackmdavis:and_the_case_of_the_typ, r=oli-obk
fix typo in stable `--edition` error message (diff is self-explanatory)
2 parents 54a440b + bbfdea2 commit 9672933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/session/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@ pub fn build_session_options_and_crate_config(
18161816
early_error(
18171817
ErrorOutputType::default(),
18181818
&format!(
1819-
"Edition {} is unstable an only\
1819+
"Edition {} is unstable and only \
18201820
available for nightly builds of rustc.",
18211821
edition,
18221822
)

0 commit comments

Comments
 (0)