Files
rust/src
David Wood cccc3109ff lint: use transparent_newtype_field to avoid ICE
This commit re-uses the `transparent_newtype_field` function instead of
manually calling `is_zst` on normalized fields to determine which field
in a transparent type is the non-zero-sized field, thus avoiding an ICE.

Signed-off-by: David Wood <david@davidtw.co>
2020-07-14 19:26:34 +01:00
..
2020-07-10 07:39:28 -04:00
2020-07-10 07:39:28 -04:00
2020-07-10 07:39:28 -04:00
2020-07-10 07:39:28 -04:00
2020-07-10 07:39:28 -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 dev guide.