rust/src
Dylan DPC 94ffb29ee4
Rollup merge of #95102 - compiler-errors:issue-94034-bug, r=jackh726
Add known-bug for #95034

Couldn't fix the issue, since I am no type theorist and inference variables in universes above U0 scare me. But I at least wanted to add a known-bug test for it.

cc #95034 (does not fix)
2022-04-08 11:48:21 +02:00
..
bootstrap Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrum 2022-04-08 05:43:25 +00:00
ci Update browser-ui-test version to 0.8.5 2022-04-05 18:11:27 +02:00
doc Stabilize native library modifier syntax and the whole-archive modifier specifically 2022-03-30 23:53:21 +03:00
etc rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
librustdoc Auto merge of #95706 - petrochenkov:doclink4, r=GuillaumeGomez 2022-04-07 15:33:22 +00:00
llvm-project@9168e236c5 Update to LLVM 14.0.0 final 2022-03-23 11:42:13 -07:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Rollup merge of #95102 - compiler-errors:issue-94034-bug, r=jackh726 2022-04-08 11:48:21 +02:00
tools Auto merge of #95440 - jyn514:error-index, r=Mark-Simulacrum 2022-04-08 05:43:25 +00:00
README.md
stage0.json bump stage0 to the latest beta 2022-04-05 22:24:32 +02:00
version bump version to 1.62.0 2022-04-04 09:21:03 +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.