Searched defs:LazyFallbackBundle (Results 1 – 6 of 6) sorted by relevance
| /third_party/rust/rust/compiler/rustc_errors/src/ |
| D | annotate_snippet_emitter_writer.rs | 106 fallback_bundle: LazyFallbackBundle, in new()
|
| D | json.rs | 59 fallback_bundle: LazyFallbackBundle, in stderr() 87 fallback_bundle: LazyFallbackBundle, in basic() 113 fallback_bundle: LazyFallbackBundle, in new()
|
| D | emitter.rs | 66 fallback_bundle: LazyFallbackBundle, in new_emitter() 669 fallback_bundle: LazyFallbackBundle, in stderr() 697 fallback_bundle: LazyFallbackBundle, in new()
|
| D | lib.rs | 552 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/ |
| D | lib.rs | 226 pub type LazyFallbackBundle = Lrc<Lazy<FluentBundle, impl FnOnce() -> FluentBundle>>; typedef
|
| /third_party/rust/rust/compiler/rustc_session/src/ |
| D | session.rs | 1318 fallback_bundle: LazyFallbackBundle, in default_emitter()
|