Address review comments
This commit is contained in:
parent
90708c15c4
commit
182ed8544d
29 changed files with 184 additions and 179 deletions
|
@ -713,7 +713,7 @@ rustc_queries! {
|
|||
query eval_to_allocation_raw(key: ty::ParamEnvAnd<'tcx, GlobalId<'tcx>>)
|
||||
-> EvalToAllocationRawResult<'tcx> {
|
||||
desc { |tcx|
|
||||
"const-evaluating `{}`",
|
||||
"const-evaluating + checking `{}`",
|
||||
key.value.display(tcx)
|
||||
}
|
||||
}
|
||||
|
@ -727,7 +727,7 @@ rustc_queries! {
|
|||
query eval_to_const_value(key: ty::ParamEnvAnd<'tcx, GlobalId<'tcx>>)
|
||||
-> EvalToConstValueResult<'tcx> {
|
||||
desc { |tcx|
|
||||
"const-evaluating + checking `{}`",
|
||||
"simplifying constant for the type system `{}`",
|
||||
key.value.display(tcx)
|
||||
}
|
||||
cache_on_disk_if(_, opt_result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue