Files
rust/src
Jonathan Brouwer 808889880f Rollup merge of #153725 - ferrocene:jh/fix-x-test-no-doc, r=Kobzol
Fix that `./x test --no-doc` actually keeps the same behaviour for backwards compatability

In https://github.com/rust-lang/rust/pull/153143 the `./x test --no-doc` flag was renamed to `--all-targets`.  I added a commit that keeps the `--no-doc` flag for backwards compatibility, but unfortunately I forgot to actually keep the behaviour the same, which is fixed by this PR.

r? @Kobzol
2026-03-12 15:52:12 +01:00
..
2026-02-14 16:59:09 +01:00
2026-02-25 07:39:35 +08:00
2026-03-07 10:42:02 -08:00
2026-02-27 09:38:23 -08:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.