rust/src
Guillaume Gomez d1c879f02e
Rollup merge of #107027 - GuillaumeGomez:rm-extra-removal, r=tmiasko
Remove extra removal from test path

I don't know how to describe it shortly so better show what it's doing instead. Currently, there is one extra "rust/" before the test folder when running tests:

```
failures:

---- [rustdoc] rust/tests/rustdoc/redirect.rs stdout ----
```

This is a bit annoying when copying the test path. This is due to the moving of the `tests` folder one level up, meaning we were trimming too much of the `root_path`.

Now it is again displaying the correct path:

```
failures:

---- [rustdoc] tests/rustdoc/redirect.rs stdout ----
```
2023-01-19 11:19:36 +01:00
..
bootstrap Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini 2023-01-18 19:49:02 +00:00
ci Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini 2023-01-18 19:49:02 +00:00
doc Rollup merge of #106942 - rustbot:docs-update, r=ehuss 2023-01-16 20:29:40 +01:00
etc
librustdoc Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov 2023-01-19 05:23:40 +00:00
llvm-project@9ad24035fe
rustdoc-json-types
tools Rollup merge of #107027 - GuillaumeGomez:rm-extra-removal, r=tmiasko 2023-01-19 11:19:36 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json
version

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.