diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-12 06:14:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 06:14:37 +0200 |
| commit | e0a2250f2068bc3d6903d0885ed003af1f6cacf4 (patch) | |
| tree | ccc15b84fc6bad4c1ce22c8323b30a17b788d763 | |
| parent | 46df4576c5b36ab1c19936d6d401d2d054d43013 (diff) | |
| download | rust-e0a2250f2068bc3d6903d0885ed003af1f6cacf4.tar.gz rust-e0a2250f2068bc3d6903d0885ed003af1f6cacf4.zip | |
ease copy-paste
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/ecosystem.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/ecosystem.md b/src/doc/rustc-dev-guide/src/tests/ecosystem.md index f4b93492e00..eee07dd079b 100644 --- a/src/doc/rustc-dev-guide/src/tests/ecosystem.md +++ b/src/doc/rustc-dev-guide/src/tests/ecosystem.md @@ -15,9 +15,11 @@ CI. See the [Crater chapter](crater.md) for more details. `cargotest` is a small tool which runs `cargo test` on a few sample projects (such as `servo`, `ripgrep`, `tokei`, etc.). This runs as part of CI and ensures -there aren't any significant regressions. +there aren't any significant regressions: -> Example: `./x test src/tools/cargotest` +```console +./x test src/tools/cargotest +``` ### Large OSS Project builders |
