]> git.lizzy.rs Git - rust.git/commit
rustc_metadata: Make attribute decoding slightly faster and stricter
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Thu, 6 Jan 2022 04:13:41 +0000 (12:13 +0800)
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Thu, 6 Jan 2022 04:13:41 +0000 (12:13 +0800)
commit4c6120c3864483a44f6e29fe5de22e5074ec25f5
treeaaa0a7309f52fa0764cc122a809b454bc3ef64d1
parent636fd495c81d9b92820461de8e56e4cce7614256
rustc_metadata: Make attribute decoding slightly faster and stricter

Rename `CStore::item_attrs` -> `CStore::item_attrs_untracked` top follow conventions
compiler/rustc_metadata/src/rmeta/decoder.rs
compiler/rustc_metadata/src/rmeta/decoder/cstore_impl.rs
compiler/rustc_resolve/src/diagnostics.rs
compiler/rustc_resolve/src/lib.rs