rust/src
nils 73476554e9
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
Improve fluent error messages

These have been really frustrating me while migrating diagnostics.
2023-01-11 17:30:54 +01:00
..
bootstrap Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
ci Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
doc Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
etc
librustdoc Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco 2023-01-11 17:30:54 +01:00
llvm-project@9ad24035fe
rustdoc-json-types
tools Change src/test to tests in source files, fix tidy and tests 2023-01-11 09:32:13 +00:00
README.md
stage0.json
version

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

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

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