Files
rust/src
bors 4b1e39b7b3 Auto merge of #57851 - Aaron1011:fix/clean-lifetime, r=GuillaumeGomez
Don't try to clean predicates involving ReErased

There's nothing to render when we have a bound involving ReErased (either
a type or region outliving it), so we don't attempt to generate a clean
WherePredicate

Fixes #57806

I haven't been able to come up with a minimized reproduction for the issue, but I've confirmed that this allows the docs to build for `parqet-rs`
2019-02-05 19:12:11 +00:00
..
2019-02-04 05:20:43 -05:00
2019-02-05 15:32:59 +01:00
2019-01-28 17:33:29 +01:00
2019-02-03 15:33:01 +01:00
2019-02-03 15:38:39 +01:00
2019-02-03 15:48:25 +01:00
2019-02-04 06:00:16 +09:00
2019-01-29 10:48:54 +01:00
2019-01-15 19:48:37 -06: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 the following READMEs, which are gradually being moved over to the guide: