Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_errors/src/
Dannotate_snippet_emitter_writer.rs106 fallback_bundle: LazyFallbackBundle, in new()
Djson.rs59 fallback_bundle: LazyFallbackBundle, in stderr()
87 fallback_bundle: LazyFallbackBundle, in basic()
113 fallback_bundle: LazyFallbackBundle, in new()
Demitter.rs66 fallback_bundle: LazyFallbackBundle, in new_emitter()
669 fallback_bundle: LazyFallbackBundle, in stderr()
697 fallback_bundle: LazyFallbackBundle, in new()
Dlib.rs552 fallback_bundle: LazyFallbackBundle, in with_tty_emitter()
567 fallback_bundle: LazyFallbackBundle, in with_tty_emitter_and_flags()
/third_party/rust/rust/compiler/rustc_error_messages/src/
Dlib.rs226 pub type LazyFallbackBundle = Lrc<Lazy<FluentBundle, impl FnOnce() -> FluentBundle>>; typedef
/third_party/rust/rust/compiler/rustc_session/src/
Dsession.rs1318 fallback_bundle: LazyFallbackBundle, in default_emitter()