rust/src/librustc_typeck
Niko Matsakis 8289e5a73e introduce is_foreign_item query
This may seem like overkill, but it's exactly what we want/need for
incremental compilation I think. In particular, while generating code
for some codegen unit X, we can wind up querying about any number of
external items, and we only want to be forced to rebuild X is some of
those changed from a foreign item to otherwise. Factoring this into a
query means we would re-run only if some `false` became `true` (or vice
versa).
2017-04-21 17:26:53 -04:00
..
2017-04-18 08:20:12 -04:00
2017-04-18 08:20:12 -04:00
2017-04-21 17:26:53 -04:00
2017-04-18 21:43:22 +03:00