rust/compiler/rustc_error_messages
David Wood a52b5072ac errors: disable directionality isolation markers
Fluent diagnostics can insert directionality isolation markers around
interpolated variables indicating that there may be a shift from
right-to-left to left-to-right text (or vice-versa). These are disabled
because they are sometimes visible in the error output, but may be worth
investigating in future (for example: if type names are left-to-right
and the surrounding diagnostic messages are right-to-left, then these
might be helpful).

Signed-off-by: David Wood <david.wood@huawei.com>
2022-04-05 07:01:02 +01:00
..
locales/en-US errors: implement fallback diagnostic translation 2022-04-05 07:01:02 +01:00
src errors: disable directionality isolation markers 2022-04-05 07:01:02 +01:00
Cargo.toml errors: implement sysroot/testing bundle loading 2022-04-05 07:01:02 +01:00