Files
rust/src
Mazdak Farrokhzad 42b3cf107d Rollup merge of #60037 - eddyb:actually-its-param, r=estebank
Resolve inconsistency in error messages between "parameter" and "variable".

The inconsistency was introduced in 104fe1c4db (#33619), when a label saying `type variable` was added to an error with a message talking about `type parameters`.
Given that `parameter` is far more prevalent when referring to generics in the context of Rust, IMO it should be that in both the message and the label.

r? @nikomatsakis or @estebank
2019-04-18 00:23:40 +02:00
..
2019-04-17 05:15:00 +02:00
2019-04-17 05:15:00 +02:00
2019-04-17 05:15:00 +02:00
2019-04-17 05:15:00 +02:00
2019-04-17 05:15:00 +02:00
2019-04-17 05:15:00 +02:00
2019-04-17 05:15:00 +02:00
2019-04-17 05:15:00 +02:00
2019-04-17 05:15:00 +02:00
2019-04-17 05:15:00 +02:00
2019-04-17 05:15:00 +02:00
2019-04-10 03:58:13 +02:00
2019-04-17 05:15:00 +02:00
2019-04-17 05:15:00 +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: