summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorSantiago Pastorino <spastorino@gmail.com>2020-02-17 12:28:10 -0300
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-03-17 12:16:02 -0500
commitce46c24c0c0701277bd33dd270c394a3fcaffad5 (patch)
treecd702589ddc3b3927ecc43549c61c168c07be86b /src/doc/rustc-dev-guide
parentdcc88b93f35c6ec9ec0aade2312284624dce3635 (diff)
downloadrust-ce46c24c0c0701277bd33dd270c394a3fcaffad5.tar.gz
rust-ce46c24c0c0701277bd33dd270c394a3fcaffad5.zip
All the text is at the time of this writing
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/compiletest.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/compiletest.md b/src/doc/rustc-dev-guide/src/compiletest.md
index 8d6386d992a..dbd6c4b6e18 100644
--- a/src/doc/rustc-dev-guide/src/compiletest.md
+++ b/src/doc/rustc-dev-guide/src/compiletest.md
@@ -58,9 +58,8 @@ Here is an example, specifying the `must-compile-successfully` header command,
 which takes no arguments, followed by the `failure-status` header command,
 which takes a single argument (which, in this case is a value of 1).
 `failure-status` is instructing `compiletest` to expect a failure status of 1
-(rather than the current Rust default of 101 at the time of this writing).  The
-header command and the argument list (if present) are typically separated by a
-colon:
+(rather than the current Rust default of 101). The header command and
+the argument list (if present) are typically separated by a colon:
 
 ```rust,ignore
 // must-compile-successfully