bors 6de4ec679d Auto merge of #51235 - nikomatsakis:issue-51117-borrowck-implicit-deref, r=eddyb
remove notion of Implicit derefs from mem-cat

`PointerKind` is included in `LoanPath` and hence forms part of the equality check; this led to having two unequal paths that both represent `*x`, depending on whether the `*` was inserted automatically or explicitly. Bad mojo.

Fixes #51117

r? @eddyb
2018-05-31 15:24:04 +00:00
..
2018-05-30 14:36:23 -03:00
2018-05-30 05:35:48 +09:00
2018-05-27 17:28:35 +02:00
2018-05-26 15:20:23 +03:00
2018-05-26 15:20:23 +03:00
2018-05-26 15:20:23 +03:00
2018-05-30 14:36:23 -03: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: