We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930ad86 commit ede41abCopy full SHA for ede41ab
src/librustc/query/mod.rs
@@ -496,6 +496,7 @@ rustc_queries! {
496
query symbol_name(key: ty::Instance<'tcx>) -> ty::SymbolName {
497
no_force
498
desc { "computing the symbol for `{}`", key }
499
+ cache_on_disk_if { true }
500
}
501
502
query def_kind(_: DefId) -> Option<DefKind> {}
@@ -562,6 +563,7 @@ rustc_queries! {
562
563
key: (ty::ParamEnv<'tcx>, ty::PolyTraitRef<'tcx>)
564
) -> Vtable<'tcx, ()> {
565
566
567
desc { |tcx|
568
"checking if `{}` fulfills its obligations",
569
tcx.def_path_str(key.1.def_id())
0 commit comments