diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-02-14 09:50:03 -0300 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-03-17 12:16:02 -0500 |
| commit | d0ea44fdbcfc7276a6772b5e8685e05241f2eded (patch) | |
| tree | 057b777b0f05a77285ab569f9252c92748a8c80b /src/doc/rustc-dev-guide | |
| parent | c991aa4bfb69038674bf4913be0e0b7158b4cdd9 (diff) | |
| download | rust-d0ea44fdbcfc7276a6772b5e8685e05241f2eded.tar.gz rust-d0ea44fdbcfc7276a6772b5e8685e05241f2eded.zip | |
This is no longer true since rust#49219
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/running.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/running.md b/src/doc/rustc-dev-guide/src/tests/running.md index f5c9bdb721e..4126341aad1 100644 --- a/src/doc/rustc-dev-guide/src/tests/running.md +++ b/src/doc/rustc-dev-guide/src/tests/running.md @@ -89,8 +89,7 @@ tests for components you did not change at all. **Warning:** Note that bors only runs the tests with the full stage 2 build; therefore, while the tests **usually** work fine with stage 1, -there are some limitations. In particular, the stage1 compiler doesn't -work well with procedural macros or custom derive tests. +there are some limitations. ## Running an individual test |
