Files
rust/src
Manish Goregaokar 38f5151d3f Rollup merge of #74102 - oli-obk:const_prop_icde, r=wesleywiser
Fix const prop ICE

we used to erase the local just before we tried to read it for diagnostics

fixes #73993

r? @wesleywiser
2020-07-06 17:45:39 -07:00
..
2020-06-25 18:52:41 -07:00
2020-07-02 15:11:03 -07:00
2020-07-05 11:38:39 +02:00
2020-06-25 18:52:41 -07:00

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

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

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