Michael Hewson a468da9cfb Add a check for reprs that could change the ABI
disallow `#[repr(C)] and `#[repr(packed)]` on structs implementing DispatchFromDyn because they will change the ABI from Scalar/ScalarPair to Aggregrate, resulting in an ICE during object-safety checks or codegen
2018-11-01 18:16:59 -04:00
..
2018-10-30 12:09:04 -06:00
2018-11-01 18:16:59 -04:00
2018-10-31 11:53:50 -07:00
2018-10-31 11:53:50 -07:00
2018-10-30 12:06:07 -06:00
2018-10-30 12:06:07 -06:00
2018-10-31 11:53:50 -07:00
2018-10-31 11:53:50 -07: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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: