rust/compiler/rustc_query_impl/src
bors 026d8ce7f5 Auto merge of #94066 - Mark-Simulacrum:factor-out-simple-def-kind, r=davidtwco
Remove SimpleDefKind

Now that rustc_query_system depends on rustc_hir, we can just directly make use of the regular DefKind.
2022-02-21 03:36:55 +00:00
..
keys.rs Overhaul Const. 2022-02-15 16:19:59 +11:00
lib.rs Remove SimpleDefKind 2022-02-17 18:08:45 -05:00
on_disk_cache.rs Make Decodable and Decoder infallible. 2022-01-22 10:38:31 +11:00
plumbing.rs Auto merge of #94066 - Mark-Simulacrum:factor-out-simple-def-kind, r=davidtwco 2022-02-21 03:36:55 +00:00
profiling_support.rs Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk 2021-12-19 09:31:37 +00:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
values.rs Overhaul TyS and Ty. 2022-02-15 16:03:24 +11:00

For more information about how the query system works, see the rustc dev guide.