rust/compiler/rustc_expand/src
Jonathan Brouwer 38cc50b6e4
Rollup merge of #152612 - JonathanBrouwer:rename_to_msg, r=jdonszelmann
Rename `inline_fluent!` to `msg!`

This was the most popular name for the macro as voted in [#t-compiler > Bikeshed the new `inline_fluent!` macro @ 💬](https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/Bikeshed.20the.20new.20.60inline_fluent!.60.20macro/near/572751863)
2026-02-14 18:55:38 +01:00
..
mbe Convert to inline diagnostics in rustc_expand 2026-02-04 16:16:16 +01:00
base.rs Port #[rustc_diagnostic_item] to the new attribute parsers 2026-02-13 09:46:47 +00:00
build.rs Allow provisional mgca syntax of type const <IDENT> = <EXPR> to be reconized. 2026-02-09 07:59:24 -08:00
config.rs Rename inline_fluent! to msg! 2026-02-14 13:47:52 +01:00
errors.rs Prevent const stability attrs from being applied to macros via the normal attribute logic instead of special cased checks 2026-02-10 09:48:03 +00:00
expand.rs Rename inline_fluent! to msg! 2026-02-14 13:47:52 +01:00
lib.rs Convert to inline diagnostics in rustc_expand 2026-02-04 16:16:16 +01:00
mbe.rs mbe: Clean up code with non-optional NonterminalKind 2025-06-24 04:37:36 -04:00
module.rs Strip frontmatter in fewer places 2025-09-09 19:49:40 +02:00
placeholders.rs Add capacity to PlaceholderExpander 2026-01-31 20:33:16 -06:00
proc_macro.rs inline SameThread and CrossThread 2026-02-13 11:24:50 +00:00
proc_macro_server.rs Remove some unnecessary try-related type annotations 2026-01-30 18:21:19 -08:00
stats.rs Move users of span_to_embeddable_string to span_to_diagnostic_string 2025-12-12 07:32:25 +01:00