rust/compiler/rustc_attr_parsing/src
bors 249cb84316 Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #137314 (change definitely unproductive cycles to error)
 - #137701 (Convert `ShardedHashMap` to use `hashbrown::HashTable`)
 - #138269 (uefi: fs: Implement FileType, FilePermissions and FileAttr)
 - #138331 (Use `RUSTC_LINT_FLAGS` more)
 - #138345 (Some autodiff cleanups)
 - #138387 (intrinsics: remove unnecessary leading underscore from argument names)
 - #138390 (fix incorrect tracing log)

r? `@ghost`
`@rustbot` modify labels: rollup
2025-03-12 17:27:43 +00:00
..
attributes Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00
context.rs Introduce sym::dummy and Ident::dummy. 2025-03-12 09:35:11 +11:00
lib.rs Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr 2025-03-12 17:27:43 +00:00
parser.rs Introduce sym::dummy and Ident::dummy. 2025-03-12 09:35:11 +11:00
session_diagnostics.rs Introduce new-style attribute parsers for several attributes 2025-02-24 14:31:17 +01:00