rust/src
Yuki Okushi a741f682fe
Rollup merge of #90115 - samlich:test-issue-78561, r=oli-obk
Add test for issue #78561

Adds test for and closes #78561 which previously crashed compiler.
2021-10-22 19:42:52 +09:00
..
bootstrap config: add the option to enable LLVM tests 2021-10-18 20:19:13 -04:00
build_helper
ci Rollup merge of #90048 - GuillaumeGomez:line-number-setting, r=jsha 2021-10-21 14:11:08 +09:00
doc Revert "Stabilize arbitrary_enum_discriminant" 2021-10-14 10:57:56 -04:00
etc
librustdoc Auto merge of #89998 - camelid:box-default, r=jyn514 2021-10-21 01:38:55 +00:00
llvm-project@a7348ae0df
rustdoc-json-types Moved format-version constant to rustdoc-json-types 2021-10-15 12:27:42 +03:00
test Rollup merge of #90115 - samlich:test-issue-78561, r=oli-obk 2021-10-22 19:42:52 +09:00
tools Rollup merge of #90078 - JohnTitor:test-83479, r=Mark-Simulacrum 2021-10-22 19:42:50 +09:00
README.md
stage0.json
version bump version to rust 1.58.0 2021-10-17 16:04:44 +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.