Skip to content

Commit efa44ea

Browse files
committed
Auto merge of #153672 - JonathanBrouwer:rollup-I0JFK6s, r=JonathanBrouwer
Rollup of 13 pull requests Successful merges: - rust-lang/rust#149130 (Implement coercions between `&pin (mut|const) T` and `&(mut) T` when `T: Unpin`) - rust-lang/rust#153143 (Allow `./x test` to run tests without doc tests and without benchmarks) - rust-lang/rust#153471 (Refactor `ActiveJobGuard`) - rust-lang/rust#153595 (`QueryLatch` cleanups) - rust-lang/rust#153653 (scalable vector: type renames and simple checks) - rust-lang/rust#152302 (fix: don't suggest replacing `env!("CARGO_BIN_NAME")` with itself) - rust-lang/rust#153283 (feat(rustdoc-json): Add optional support for rkyv (de)serialization) - rust-lang/rust#153479 (Add rationale for intentional potential_query_instability allows) - rust-lang/rust#153533 (Fix LegacyKeyValueFormat report from docker build: miscellaneous) - rust-lang/rust#153600 (add test for proc-macros with custom panic payloads) - rust-lang/rust#153643 (Avoid projection-only suggestions for inherent assoc types) - rust-lang/rust#153657 (triagebot: remove myself from some mention groups) - rust-lang/rust#153659 (Mark an unreachable match arm as such)
2 parents 1052c7c + ade5654 commit efa44ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tests/intro.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ would require recompiling the entire standard library, and the entirety of
6262
package tests:
6363

6464
* `--doc` — Only runs documentation tests in the package.
65-
* `--no-doc` — Run all tests *except* documentation tests.
65+
* `--all-targets` — Run all tests *except* documentation tests.
66+
* `--tests` — Only runs unit and integration tests
6667

6768
[tidy-unit-tests]: https://github.com/rust-lang/rust/blob/HEAD/src/tools/tidy/src/unit_tests.rs
6869

0 commit comments

Comments
 (0)