rust/src
Dylan DPC ffde0f722e
Rollup merge of #103428 - SarthakSingh31:issue-94187, r=compiler-errors
Removed verbose printing from the `PrettyPrinter` when printing constants

Partially solves #94187 by completing the first step described in [this comment](https://github.com/rust-lang/rust/issues/94187#issuecomment-1282339909).
2022-10-26 17:32:54 +05:30
..
bootstrap Rollup merge of #102706 - ferrocene:pa-ignore-doc-index, r=jyn514 2022-10-26 17:32:54 +05:30
ci
doc Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discriminant, r=joshtriplett 2022-10-26 17:32:53 +05:30
etc
librustdoc
llvm-project@4b85255772
rustdoc-json-types
test Rollup merge of #103428 - SarthakSingh31:issue-94187, r=compiler-errors 2022-10-26 17:32:54 +05:30
tools
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.