Remove lit_to_mir_constant
query
This commit is contained in:
parent
aa3a1862ba
commit
4ca87073f6
6 changed files with 11 additions and 16 deletions
|
@ -1092,10 +1092,6 @@ rustc_queries! {
|
|||
desc { "converting literal to const" }
|
||||
}
|
||||
|
||||
query lit_to_mir_constant(key: LitToConstInput<'tcx>) -> Result<mir::ConstantKind<'tcx>, LitToConstError> {
|
||||
desc { "converting literal to mir constant" }
|
||||
}
|
||||
|
||||
query check_match(key: LocalDefId) -> Result<(), rustc_errors::ErrorGuaranteed> {
|
||||
desc { |tcx| "match-checking `{}`", tcx.def_path_str(key) }
|
||||
cache_on_disk_if { true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue