Remove the check_mod_intrinsics query
This commit is contained in:
parent
cb886cc164
commit
0fdaaadb36
6 changed files with 3 additions and 17 deletions
|
@ -804,10 +804,6 @@ rustc_queries! {
|
|||
desc { |tcx| "checking privacy in {}", describe_as_module(key, tcx) }
|
||||
}
|
||||
|
||||
query check_mod_intrinsics(key: LocalDefId) -> () {
|
||||
desc { |tcx| "checking intrinsics in {}", describe_as_module(key, tcx) }
|
||||
}
|
||||
|
||||
query check_mod_liveness(key: LocalDefId) -> () {
|
||||
desc { |tcx| "checking liveness of variables in {}", describe_as_module(key, tcx) }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue