rust/src
Dylan DPC 470f768c97
Rollup merge of #79110 - estebank:issue-58964, r=oli-obk
Remove redundant notes in E0275

Fix #58964.
2020-11-19 16:26:31 +01:00
..
bootstrap Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum" 2020-11-18 11:18:40 +01:00
build_helper
ci Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum" 2020-11-18 11:18:40 +01:00
doc
etc
librustdoc Remove dead code in rustdoc::doctree 2020-11-17 15:16:05 -05:00
llvm-project@ee16174578
test Rollup merge of #79110 - estebank:issue-58964, r=oli-obk 2020-11-19 16:26:31 +01:00
tools Rollup merge of #79145 - camelid:clippy-fix-panics, r=flip1995 2020-11-18 15:46:36 +01:00
README.md
stage0.txt Bump stage0 rustfmt to nightly-2020-11-19 2020-11-18 23:11:38 -05:00
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.