mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
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] {
|
||||
desc { |tcx| "collecting attributes of `{}`", tcx.def_path_str(def_id) }
|
||||
cache_on_disk_if { def_id.is_local() }
|
||||
separate_provide_extern
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user