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. |
||
---|---|---|
.. | ||
diagnostic-derive-doc-comment-field.rs | ||
diagnostic-derive-doc-comment-field.stderr | ||
diagnostic-derive.rs | ||
diagnostic-derive.stderr | ||
enforce_slug_naming.rs | ||
enforce_slug_naming.stderr | ||
example.ftl | ||
invalid-variable.rs | ||
subdiagnostic-derive.rs | ||
subdiagnostic-derive.stderr |