about summary refs log tree commit diff
path: root/compiler/rustc_macros/src/print_attribute.rs
AgeCommit message (Expand)AuthorLines
2025-08-16remove `should_render` in `PrintAttribute` deriveDeadbeef-40/+20
2025-07-06Fix line break after ":" in unpretty attribute printJonathan Brouwer-1/+2
2025-03-10Fix pretty printing of parsed attrs in hir_prettyMichael Goulet-8/+13
2025-03-10Rename print_something to should_renderMichael Goulet-5/+5
2025-02-24pretty print hir attributesJana Dönszelmann-0/+145