Use () for mir_keys.
This commit is contained in:
parent
9d15abe0cc
commit
75f4f6ee4f
5 changed files with 10 additions and 11 deletions
|
@ -223,7 +223,7 @@ rustc_queries! {
|
|||
/// Set of all the `DefId`s in this crate that have MIR associated with
|
||||
/// them. This includes all the body owners, but also things like struct
|
||||
/// constructors.
|
||||
query mir_keys(_: CrateNum) -> FxHashSet<LocalDefId> {
|
||||
query mir_keys(_: ()) -> FxHashSet<LocalDefId> {
|
||||
storage(ArenaCacheSelector<'tcx>)
|
||||
desc { "getting a list of all mir_keys" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue