Files
rust/tests/pretty
Nicholas Nethercote 8971ad85af Fix attribute parser and kind names.
For the attribute `FooBar` the parser is generally called `FooBarParser`
and the kind is called `AttributeKind::FooBar`. This commit renames some
cases that don't match that pattern. The most common cases:
- Adding `Rustc` to the front of the parser name for a `rustc_*`
  attribute.
- Adding `Parser` to the end of a parser name.
- Slight word variations, e.g. `Deprecation` instead of `Deprecated`,
  `Pointer` instead of `Ptr`, `Stability` instead of `Stable`.
2026-02-25 08:46:47 +11:00
..
2026-01-13 08:47:48 +01:00
2024-02-22 16:04:05 +00:00
2025-04-03 21:41:58 +00:00
2024-02-22 16:04:05 +00:00
2026-02-22 20:20:33 +01:00
2026-02-22 20:20:33 +01:00
2025-02-24 14:31:19 +01:00
2025-04-03 21:41:58 +00:00
2023-01-11 09:32:08 +00:00
2024-02-22 16:04:05 +00:00
2023-01-11 09:32:08 +00:00
2026-02-22 20:20:33 +01:00
2025-04-15 11:14:23 +02:00
2024-08-18 19:46:53 +02:00
2025-03-21 09:35:31 +01:00
2024-02-22 16:04:05 +00:00