David Wood 41aaf7bc46
Fix ICE with struct ctors and const generics.
This commit fixes a ICE where struct constructors were resulting in an
ICE with const generics. Previously, a `match` in `type_of` did not have
an arm for the `DefKind::Ctor` resolutions and therefore would assume
that the type did not have generics.
2019-05-29 08:30:07 +01:00
..
2019-05-26 12:17:33 +08:00
2019-05-27 22:42:50 +03:00
2019-05-23 18:51:46 +02:00
2019-05-24 11:50:21 -07:00
2019-05-23 18:51:42 +02:00
2019-05-27 14:05:02 +10:00
2019-05-28 12:03:21 +02:00
2019-05-23 12:27:58 +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 the following READMEs, which are gradually being moved over to the guide: