bors ddf43867a9 Auto merge of #64515 - varkor:kindedterm, r=oli-obk
Rename `subst::Kind` to `subst::GenericArg`

And `subst::UnpackedKind` to `subst::GenericArgKind`. Individual variable names (e.g. `kind`) are not renamed, which would be an infeasible mission.

Fixes https://github.com/rust-lang/rust/issues/64352.

r? @eddyb
2019-09-26 12:34:54 +00:00
..
2019-09-25 08:20:32 -04:00
2019-09-23 11:57:07 +10:00
2019-09-22 11:33:13 -07:00
2019-09-25 08:42:46 -04:00
2019-09-25 08:42:46 -04:00
2019-09-25 15:50:04 +01:00
2019-09-25 15:50:04 +01:00
2019-09-25 15:50:04 +01:00
2019-09-25 15:50:04 +01:00
2019-09-23 09:34:44 -07:00
2019-09-25 08:42:46 -04:00
2019-09-25 08:20:32 -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 guide.

There is also useful content in this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.