Do not cache item_attrs.
This commit is contained in:
parent
9900ea352b
commit
29f3b3fe49
1 changed files with 0 additions and 1 deletions
|
@ -1100,7 +1100,6 @@ rustc_queries! {
|
|||
|
||||
query item_attrs(def_id: DefId) -> &'tcx [ast::Attribute] {
|
||||
desc { |tcx| "collecting attributes of `{}`", tcx.def_path_str(def_id) }
|
||||
cache_on_disk_if { def_id.is_local() }
|
||||
separate_provide_extern
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue