You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since all other chapter titles are either noun
phrases (e.g. "additions to...", "X change", etc.) or verb phrases in
imperative mood (e.g. "remove...", "reject...", "combine..."), it
would be odd to have a stray chapter title in the present continuous
tense ("reserving..."). Staying with a noun sounds better to my ear
than an imperative verb phrase here, so let's do that.
This "reserving..." chapter title was also used in the Rust 2021
guide. For consistency, let's change that title and URL also, and add
a redirect.
Copy file name to clipboardExpand all lines: src/rust-2021/c-string-literals.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,4 +69,4 @@ Migration is only necessary for macros which may have been assuming a sequence o
69
69
As part of the [syntax reservation] for the 2021 edition, any macro input which may run into this issue should issue a warning from the `rust_2021_prefixes_incompatible_syntax` migration lint.
0 commit comments