All the text is at the time of this writing

This commit is contained in:
Santiago Pastorino 2020-02-17 12:28:10 -03:00 committed by Who? Me?!
parent 320624ae55
commit 89d3be4709
1 changed files with 2 additions and 3 deletions

View File

@ -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