auto merge of #17506 : sfackler/rust/cfg-attr, r=alexcrichton

cc #17490 

Reopening of #16230
This commit is contained in:
bors
2014-09-27 01:37:53 +00:00
20 changed files with 143 additions and 20 deletions

View File

@@ -356,8 +356,7 @@ Test Attributes:
#[ignore] - When applied to a function which is already attributed as a
test, then the test runner will ignore these tests during
normal test runs. Running with --ignored will run these
tests. This may also be written as #[ignore(cfg(...))] to
ignore the test on certain configurations.",
tests.",
usage = getopts::usage(message.as_slice(),
optgroups().as_slice()));
}