Skip to content

Commit 55a7632

Browse files
epagebjorn3
andauthored
Fix unclosed literal
Co-authored-by: bjorn3 <[email protected]>
1 parent 3a7609a commit 55a7632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3857-cfg-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ A new built-in cfg `--cfg rust=<version>` will be added by the compiler
247247
that specifies the language version.
248248
This will be the version of `rustc` with the behavior for pre-release versions being unspecified.
249249
We expect rustc to:
250-
- Translate the `-nightly` pre-release to `-incomplete
250+
- Translate the `-nightly` pre-release to `-incomplete`
251251
- Strip the `-beta.5` pre-release
252252

253253
`rust` will be specified as `--check-cfg 'cfg(rust, values(since("1.95.0")))'`

0 commit comments

Comments
 (0)