Files
rust/src
Yuki Okushi 0748638cf9 Rollup merge of #99036 - TaKO8Ki:fix-test-for-88138, r=compiler-errors
Add `#[test]` to functions in test modules

I implemented a suggestion in #91770, but the ui test I created was inadequate and I have fixed that.
2022-07-17 13:08:49 +09:00
..
2022-07-14 15:57:21 -04:00
2022-07-16 20:17:58 -03:00
2022-07-05 17:57:29 +02:00
2022-07-16 20:17:58 -03:00
2022-06-24 17:27:24 +02:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

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