about summary refs log tree commit diff
path: root/compiler/rustc_attr_parsing/src/lints.rs
AgeCommit message (Collapse)AuthorLines
2025-07-06Rewrite empty attribute lintJonathan Brouwer-0/+6
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-1/+14
2025-06-12introduce new lint infraJana Dönszelmann-0/+19
lint on duplicates during attribute parsing To do this we stuff them in the diagnostic context to be emitted after hir is constructed