Do not cache item_attrs.
This commit is contained in:
parent
9900ea352b
commit
29f3b3fe49
@ -1100,7 +1100,6 @@ rustc_queries! {
|
|||||||
|
|
||||||
query item_attrs(def_id: DefId) -> &'tcx [ast::Attribute] {
|
query item_attrs(def_id: DefId) -> &'tcx [ast::Attribute] {
|
||||||
desc { |tcx| "collecting attributes of `{}`", tcx.def_path_str(def_id) }
|
desc { |tcx| "collecting attributes of `{}`", tcx.def_path_str(def_id) }
|
||||||
cache_on_disk_if { def_id.is_local() }
|
|
||||||
separate_provide_extern
|
separate_provide_extern
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user