rust/compiler/rustc_resolve
许杰友 Jieyou Xu (Joe) 3e26673b29
Rollup merge of #135676 - yotamofek:resolve-cleanups, r=BoxyUwU
rustc_resolve: use structured fields in traces

I think this crate was written before `tracing` was adopted, and was manually writing fields into trace logs instead of using structured fields.

I kept function names in the trace messages even though I added `#[instrument]` invocations so that the events will be in named spans, wasn't sure if spans are always printed.
2025-01-20 21:45:06 +08:00
..
src Rollup merge of #135676 - yotamofek:resolve-cleanups, r=BoxyUwU 2025-01-20 21:45:06 +08:00
Cargo.toml rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
messages.ftl Diagnostic for using macro_rules macro as attr/derive 2024-11-22 16:49:10 +00:00