From 89d3be47096a4f5f78bfb7c06a8d36ca82ba3c5c Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 17 Feb 2020 12:28:10 -0300 Subject: [PATCH] All the text is at the time of this writing --- src/compiletest.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/compiletest.md b/src/compiletest.md index 8d6386d9..dbd6c4b6 100644 --- a/src/compiletest.md +++ b/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