Module rustc_errors::translation
source · Structs§
- A map of arguments passed from the code to the localization to be used for message formatting.
Traits§
Functions§
- Convert diagnostic arguments (a rustc internal type that exists to implement
Encodable
/Decodable
) intoFluentArgs
which is necessary to perform translation.