Files
rust/src
Matthias Krüger f378155fb6 Rollup merge of #101161 - ldm0:ldm_fix_diagnostic, r=cjgillot
Fix uintended diagnostic caused by `drain(..)`

Calling `drain(..)` makes later `suggestable_variants.is_empty()` always true, which makes the diagnostics unintended.
2022-08-31 21:30:12 +02:00
..
2022-08-27 21:36:08 -07:00
2022-08-31 09:45:51 -04:00
2022-08-27 21:36:08 -07:00
2022-08-29 19:30:11 +02:00
2022-08-05 11:32:46 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like cargo, miri, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.