rust/compiler/rustc_incremental/src
bors 2f601ef527 Auto merge of #85337 - cjgillot:less-anon, r=michaelwoerister
Avoid creating anonymous nodes with zero or one dependency.

Anonymous nodes are only useful to encode dependencies, and cannot be replayed from one compilation session to another.
As such, anonymous nodes without dependency are always green.
Anonymous nodes with only one dependency are equivalent to this dependency.

cc #45408
cc `@michaelwoerister`
2021-06-02 13:11:41 +00:00
..
persist Auto merge of #85337 - cjgillot:less-anon, r=michaelwoerister 2021-06-02 13:11:41 +00:00
assert_dep_graph.rs Stream the dep-graph to a file. 2021-03-30 18:09:59 +02:00
assert_module_sources.rs Use () for codegen queries. 2021-05-12 13:58:46 +02:00
lib.rs Stream the dep-graph to a file. 2021-03-30 18:09:59 +02:00