We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cda0a2 commit 893938fCopy full SHA for 893938f
compiler/rustc_session/src/config.rs
@@ -1325,7 +1325,7 @@ mod opt {
1325
}
1326
static EDITION_STRING: LazyLock<String> = LazyLock::new(|| {
1327
format!(
1328
- "Specify which edition of the compiler to use when compiling code.\
+ "Specify which edition of the compiler to use when compiling code. \
1329
The default is {DEFAULT_EDITION} and the latest stable edition is {LATEST_STABLE_EDITION}."
1330
)
1331
});
0 commit comments