about summary refs log tree commit diff
path: root/tests/debuginfo/enum-thinlto.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2023-11-22 09:53:07 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2023-11-26 08:38:40 +1100
commit8e13be084a316883b4aadabbc9ff08aaaf676aa6 (patch)
treecaad7e46a757ac92b9f860dcfd782679b409b020 /tests/debuginfo/enum-thinlto.rs
parent4de5d372aab05f2c893ef83d08884e1ccfa72475 (diff)
downloadrust-8e13be084a316883b4aadabbc9ff08aaaf676aa6.tar.gz
rust-8e13be084a316883b4aadabbc9ff08aaaf676aa6.zip
Use `rustc_fluent_macro::fluent_messages!` directly.
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.
Diffstat (limited to 'tests/debuginfo/enum-thinlto.rs')
0 files changed, 0 insertions, 0 deletions