From 464f90bd19a0923f2d3bb05878735d80f5932dee Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 14 Feb 2020 09:50:03 -0300 Subject: [PATCH] This is no longer true since rust#49219 --- src/tests/running.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tests/running.md b/src/tests/running.md index f5c9bdb7..4126341a 100644 --- a/src/tests/running.md +++ b/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