Matthew Jasper 7bb2d8b076 Slightly clean up the error for recursive async fn
* Make it clear that type erasure is required, not just pointer
  indirection.
* Don't make the message specific to direct recursion.
2019-08-31 15:43:24 +01:00
..
2019-08-28 08:34:31 -07:00
2019-08-30 01:00:55 +02:00
2019-08-30 01:00:55 +02: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.