rust/compiler/rustc_query_system/src
Joshua Nelson 0215b3a456 Don't mark force_query_with_job as inline(always)
It's rather large, and using `inline(always)` forces it to be recompiled
in each calling crate.
2021-01-08 18:38:33 -05:00
..
dep_graph Use a side-table of consts instead of matching on the DepKind enum. 2021-01-08 17:48:02 +01:00
query Don't mark force_query_with_job as inline(always) 2021-01-08 18:38:33 -05:00
cache.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00