Files
rust/src
Dylan DPC ec5bf15c5d Rollup merge of #69082 - estebank:boxfuture-box-pin, r=tmandry
When expecting `BoxFuture` and using `async {}`, suggest `Box::pin`

Fix #68197, cc #69083.
2020-02-13 02:52:57 +01:00
..
2020-01-31 12:31:09 -05:00
2020-02-10 14:44:12 -05:00
2020-02-11 23:21:21 +01:00
2020-02-06 15:58:00 -05:00
2020-02-01 22:04:18 -05:00
2020-01-31 12:31:09 -05: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.