Skip to content

Commit b482bee

Browse files
committed
session: opt for enabling directionality markers
Add an option for enabling and disabling Fluent's directionality isolation markers in output. Disabled by default as these can render in some terminals and applications. Signed-off-by: David Wood <[email protected]>
1 parent f8ad4b5 commit b482bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parse/session.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ fn default_handler(
114114
let emitter = if hide_parse_errors {
115115
silent_emitter()
116116
} else {
117-
let fallback_bundle = rustc_errors::fallback_fluent_bundle()
117+
let fallback_bundle = rustc_errors::fallback_fluent_bundle(false)
118118
.expect("failed to load fallback fluent bundle");
119119
Box::new(EmitterWriter::stderr(
120120
color_cfg,

0 commit comments

Comments
 (0)