Files
rust/src
Oliver Middleton 5f689fe466 Remove Copy impl from OnceWith
Iterators typically don't implement `Copy` and this shouldn't be an exception.
2020-02-03 22:30:17 +00:00
..
2020-02-03 22:30:17 +00:00
2020-02-01 19:26:45 +09:00
2020-02-01 18:59:49 +01:00
2020-02-01 19:26:45 +09:00
2020-02-01 18:59:49 +01:00
2020-02-01 18:59:49 +01:00
2020-01-11 14:27:52 -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.