mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
57cd5e6551
Currently we always do this: ``` use rustc_fluent_macro::fluent_messages; ... fluent_messages! { "./example.ftl" } ``` But there is no need, we can just do this everywhere: ``` rustc_fluent_macro::fluent_messages! { "./example.ftl" } ``` which is shorter. |
||
---|---|---|
.. | ||
duplicate-a-b.ftl | ||
duplicate-a.ftl | ||
duplicate.ftl | ||
invalid-escape.ftl | ||
label-with-hyphens.ftl | ||
missing-crate-name.ftl | ||
missing-message-ref.ftl | ||
missing-message.ftl | ||
slug-with-hyphens.ftl | ||
test.rs | ||
test.stderr | ||
valid.ftl |