rust/compiler/rustc_resolve
Josh Triplett 551cb9f1f4 mbe: Use concrete type for get_unused_rule
Rather than adding `get_unused_rule` to the `TTMacroExpander` trait, put
it on the concrete `MacroRulesMacroExpander`, and downcast to that type
via `Any` in order to call it.

Suggested-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
2025-07-22 00:36:10 -07:00
..
src mbe: Use concrete type for get_unused_rule 2025-07-22 00:36:10 -07:00
Cargo.toml mbe: Change unused_macro_rules to a DenseBitSet 2025-07-06 12:02:23 -07:00
messages.ftl Suggest use another lifetime specifier instead of underscore lifetime 2025-07-01 19:58:27 +08:00