Skip to content

Commit 29f3b3f

Browse files
committed
Do not cache item_attrs.
1 parent 9900ea3 commit 29f3b3f

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+0
-1
lines changed

compiler/rustc_middle/src/query/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,6 @@ rustc_queries! {
11001100

11011101
query item_attrs(def_id: DefId) -> &'tcx [ast::Attribute] {
11021102
desc { |tcx| "collecting attributes of `{}`", tcx.def_path_str(def_id) }
1103-
cache_on_disk_if { def_id.is_local() }
11041103
separate_provide_extern
11051104
}
11061105

0 commit comments

Comments
 (0)