rust/compiler/rustc_save_analysis/src
bors 3396a383bb Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
Remove CrateNum parameter for queries that only work on local crate

The pervasive `CrateNum` parameter is a remnant of the multi-crate rustc idea.

Using `()` as query key in those cases avoids having to worry about the validity of the query key.
2021-05-17 01:42:03 +00:00
..
dump_visitor.rs Use local and remapped paths where appropriate 2021-05-05 15:31:28 +01:00
dumper.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs Auto merge of #85178 - cjgillot:local-crate, r=oli-obk 2021-05-17 01:42:03 +00:00
sig.rs Add has_default to GenericParamDefKind::Const 2021-03-23 17:16:20 +00:00
span_utils.rs Use local and remapped paths where appropriate 2021-05-05 15:31:28 +01:00