about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-03-12 06:48:30 +0000
committerbors <bors@rust-lang.org>2023-03-12 06:48:30 +0000
commit150cb381471533050751111e5faf1d9f05c02f77 (patch)
tree3180ee8fcea1444fdcfe2038f48bf3e06c661799 /compiler/rustc_parse/src/errors.rs
parent501ad021b9a4fb2cd6a39e0302d22f169f6166b0 (diff)
parent9570023ce13d0b2fb3d5b79ce9db57e6d28c31d1 (diff)
downloadrust-150cb381471533050751111e5faf1d9f05c02f77.tar.gz
rust-150cb381471533050751111e5faf1d9f05c02f77.zip
Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot
Avoid unnecessary hashing

I noticed some stable hashing being done in a non-incremental build. It turns out that some of this is necessary to compute the crate hash, but some of it is not. Removing the unnecessary hashing is a perf win.

r? `@cjgillot`
Diffstat (limited to 'compiler/rustc_parse/src/errors.rs')
0 files changed, 0 insertions, 0 deletions