cargo/crates
bors 333478d0aa Auto merge of #10929 - ehuss:ignore-reason, r=weihanglo
Add reasons to all ignored tests.

This adds a reason string to all `#[ignore]` attributes. This will be displayed when running the test (since 1.61), which can help quickly see and identify why tests are being ignored. It looks roughly like:

```
test basic ... ignored, requires nightly, CARGO_RUN_BUILD_STD_TESTS must be set
test build::simple_terminal_width ... ignored, --diagnostic-width is stabilized in 1.64
test check_cfg::features_with_cargo_check ... ignored, --check-cfg is unstable
test plugins::panic_abort_plugins ... ignored, requires rustc_private
```
2022-08-03 03:54:05 +00:00
..
cargo-platform Remove authors directives from Cargo crates 2021-10-22 10:27:20 -07:00
cargo-test-macro Auto merge of #10929 - ehuss:ignore-reason, r=weihanglo 2022-08-03 03:54:05 +00:00
cargo-test-support Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
cargo-util Bump cargo-util version. 2022-06-30 14:25:28 -07:00
crates-io Stabilize namespaced and weak dependency features. 2022-01-06 15:56:56 -08:00
credential Remove authors directives from Cargo crates 2021-10-22 10:27:20 -07:00
mdman Use the traits added to the Rust 2021 Edition prelude 2022-05-10 21:46:45 +09:00
resolver-tests refactor(source): Replace bool with enum 2022-07-21 09:27:01 -05:00