rust/src
Yuki Okushi 327d8073e2
Rollup merge of #89922 - JohnTitor:update-e0637, r=jackh726
Update E0637 description to mention `&` w/o an explicit lifetime name

Deal with https://github.com/rust-lang/rust/issues/89824#issuecomment-941598647. Another solution would be splitting the error code into two as (I think) it's a bit unclear to users why they have the same error code.
2021-10-22 19:42:46 +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 Update to the final LLVM 13.0.0 release 2021-10-01 21:06:19 -07:00
rustdoc-json-types Moved format-version constant to rustdoc-json-types 2021-10-15 12:27:42 +03:00
test Rollup merge of #89922 - JohnTitor:update-e0637, r=jackh726 2021-10-22 19:42:46 +09:00
tools Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwco 2021-10-22 19:42:45 +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.