Function rustc_errors::fallback_fluent_bundle
source · pub fn fallback_fluent_bundle(
resources: Vec<&'static str, Global>,
with_directionality_markers: bool
) -> Rc<LazyCell<IntoDynSyncSend<FluentBundle<FluentResource, IntlLangMemoizer>>, impl FnOnce() -> IntoDynSyncSend<FluentBundle<FluentResource, IntlLangMemoizer>>>, Global>
Expand description
Return the default FluentBundle
with standard “en-US” diagnostic messages.