Files
rust/src/test
bors bd8d030d01 Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc
Use full name to identify a macro in a `FileName`.

Before this two macros with same name would be indistinguishable inside a `FileName`.  This caused a bug in incremental compilation (see #53097) since two different macros would map out to the same `StableFilemapId`.

Fixes #53097.

r? @nrc
2018-09-28 06:40:32 +00:00
..
2018-09-07 13:27:30 +02:00
2018-09-05 07:03:02 -07:00
2018-09-10 15:44:42 +02:00
2018-09-19 18:39:39 -05:00