Skip to main content

inline_fluent

Macro inline_fluent 

Source
macro_rules! inline_fluent {
    ($inline: literal) => { ... };
}
Expand description

This macro creates a translatable DiagMessage from a literal string. It should be used in places where a translatable message is needed, but struct diagnostics are undesired.

This is a macro because in the future we may want to globally register these messages.