rustc_lint::internal

Static UNTRANSLATABLE_DIAGNOSTIC

source
pub static UNTRANSLATABLE_DIAGNOSTIC: &Lint
Expand description

The untranslatable_diagnostic lint detects messages passed to functions with impl Into<{D,Subd}iagMessage parameters without using translatable Fluent strings.

More details on translatable diagnostics can be found here.