rust/src
bors c6ff90b00e Auto merge of #98785 - compiler-errors:no-check-expr-in-check-compatible, r=estebank
Do not call `check_expr` in `check_compatible`, since it has side-effects

Fixes a weird suggestion in #98784

found later:
Fixes #98894
Fixes #98897
2022-07-10 16:45:17 +00:00
..
bootstrap Update submodule rust-installer 2022-07-09 09:49:05 -07:00
ci
doc Implement support for DWARF version 5. 2022-07-08 11:31:08 -07:00
etc
librustdoc Rollup merge of #99086 - GuillaumeGomez:search-result-crate-filter-dropdown, r=notriddle 2022-07-10 11:52:15 +02:00
llvm-project@8b6b5014fd
rustdoc-json-types
test Auto merge of #98785 - compiler-errors:no-check-expr-in-check-compatible, r=estebank 2022-07-10 16:45:17 +00:00
tools Fix epage's nits 2022-07-09 09:49:05 -07: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 rustdoc, rls, etc.

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