Home
last modified time | relevance | path

Searched defs:TranslationBundleError (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_error_messages/src/
Dlib.rs54 pub enum TranslationBundleError { enum
71 impl fmt::Display for TranslationBundleError { implementation
93 impl Error for TranslationBundleError { implementation
107 impl From<(FluentResource, Vec<ParserError>)> for TranslationBundleError { implementation
113 impl From<Vec<FluentError>> for TranslationBundleError { implementation
133 ) -> Result<Option<Lrc<FluentBundle>>, TranslationBundleError> { in fluent_bundle() argument