about summary refs log tree commit diff
path: root/tests/ui/attributes/key-value-expansion-scope.rs
AgeCommit message (Expand)AuthorLines
2025-08-05Mark all deprecation lints in name resolution as deny-by-default and report-i...Vadim Petrochenkov-6/+6
2025-02-19Specify scope in `out_of_scope_macro_calls` lintEsteban Küber-6/+6
2024-06-24resolve: Implement a lint for out-of-scope use of `macro_rules`Vadim Petrochenkov-5/+14
2024-06-24ast: Standardize visiting order for attributes and node IDsVadim Petrochenkov-4/+4
2024-05-29ast: Revert a breaking attribute visiting order changeVadim Petrochenkov-2/+2
2024-05-29Add a test for resolving `macro_rules` calls inside attributesVadim Petrochenkov-0/+64