rust/compiler/rustc_query_system/src/ich
Weihang Lo cf57b9b292
fix(span): track unnormalized source len for dep-info
Add `unnormalized_source_len` field to track the byte length
of source files before normalization (the original length).

`unnormalized_source_len` is for writing the correct file length
to dep-info for `-Zchecksum-hash-algorithm`
2025-11-15 09:05:08 -05:00
..
hcx.rs remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
impls_syntax.rs fix(span): track unnormalized source len for dep-info 2025-11-15 09:05:08 -05:00
mod.rs expand: Leave traces when expanding cfg attributes 2025-03-26 15:30:12 +03:00