Files
rust/src
Mazdak Farrokhzad 10b0fe9c5c Rollup merge of #64973 - ecstatic-morse:fix-debuginfo-test, r=alexcrichton
Fix typo while setting `compile-flags` in test

This test is meant to check for an ICE when generating debug info, but didn't actually pass `-g` due to the typo.

I also removed the `FIXME`, since this needs to actually be built (not just checked) to trigger the ICE.
2019-10-02 18:24:39 +02:00
..
2019-09-25 08:20:32 -04:00
2019-10-01 19:35:13 -07:00
2019-09-22 11:33:13 -07:00
2019-10-01 23:15:47 +09:00
2019-09-25 08:42:46 -04:00
2019-10-01 23:15:47 +09:00
2019-09-27 13:33:50 -04:00
2019-10-01 23:15:47 +09:00
2019-09-25 08:20:32 -04: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 guide.

There is also useful content in this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.