Files
rust/src
Dylan DPC d9cf7a1784 Rollup merge of #73183 - Manishearth:intra-doc-macro, r=GuillaumeGomez
Support proc macros in intra doc link resolution

The feature was written pre-proc macro resolution, so it only supported the wacky MBE resolution rules. This adds support for proc macros as well.

cc @GuillaumeGomez

Fixes #73173
2020-06-11 13:16:08 +02:00
..
2020-06-10 06:23:06 -07:00
2020-06-03 15:27:51 -04:00
2020-06-02 20:38:24 +03:00
2020-06-09 18:51:08 +02:00
2020-06-02 20:38:24 +03:00
2020-06-09 18:51:08 +02:00
2020-06-09 18:51:08 +02:00
2020-06-09 18:51:08 +02:00
2020-06-08 13:37:58 -07:00
2020-05-29 11:34:41 -07:00
2020-06-09 19:55:04 -07:00
2020-06-03 15:27:51 -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 dev guide.