about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorMatthew E <matt@matthew.science>2023-01-06 14:36:52 -0500
committerGitHub <noreply@github.com>2023-01-06 14:36:52 -0500
commit893938f64f7a9ff531b3968c9a9e79e0524606bd (patch)
tree1ace9e2dd164adc65d02d1c165f1ae9eefdcc9d4 /compiler
parent5cda0a2f39930daaeb1e71e9027be0e28fe55cfd (diff)
downloadrust-893938f64f7a9ff531b3968c9a9e79e0524606bd.tar.gz
rust-893938f64f7a9ff531b3968c9a9e79e0524606bd.zip
Update compiler/rustc_session/src/config.rs
Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com>
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_session/src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_session/src/config.rs b/compiler/rustc_session/src/config.rs
index 233343febff..1ccfc59f7a9 100644
--- a/compiler/rustc_session/src/config.rs
+++ b/compiler/rustc_session/src/config.rs
@@ -1325,7 +1325,7 @@ mod opt {
 }
 static EDITION_STRING: LazyLock<String> = LazyLock::new(|| {
     format!(
-        "Specify which edition of the compiler to use when compiling code.\
+        "Specify which edition of the compiler to use when compiling code. \
 The default is {DEFAULT_EDITION} and the latest stable edition is {LATEST_STABLE_EDITION}."
     )
 });