rust/src
Dylan DPC f7501b6d5e
Rollup merge of #82021 - csmoe:issue-78600, r=tmandry
Spell out nested Self type in lint message

Closes #78600
r? `@tmandry`
2021-02-17 23:51:20 +01:00
..
bootstrap Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514 2021-02-16 19:21:20 +01:00
build_helper
ci
doc Update books 2021-02-16 17:19:28 -08:00
etc Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
librustdoc Rollup merge of #82207 - ehuss:rustdoc-2021, r=jyn514 2021-02-17 20:38:07 +01:00
llvm-project@70d09f218d
rustdoc-json-types Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
test Rollup merge of #82021 - csmoe:issue-78600, r=tmandry 2021-02-17 23:51:20 +01:00
tools Auto merge of #81611 - cjgillot:meowner, r=estebank 2021-02-16 22:14:32 +00:00
README.md
stage0.txt
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.