X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_error_messages%2Flocales%2Fen-US%2Flint.ftl;h=2eb409a5ddd5e12297262ade97e6bb20ce48dd06;hb=56ee65aeb6d1fad67d903d5ee1359abcf7b94231;hp=a36a511bd4aa64e436313be0dcde0493aa4a5666;hpb=dc2c4ce578bd3bee824e1b30789cfa6cb777e059;p=rust.git diff --git a/compiler/rustc_error_messages/locales/en-US/lint.ftl b/compiler/rustc_error_messages/locales/en-US/lint.ftl index a36a511bd4a..2eb409a5ddd 100644 --- a/compiler/rustc_error_messages/locales/en-US/lint.ftl +++ b/compiler/rustc_error_messages/locales/en-US/lint.ftl @@ -351,7 +351,7 @@ lint_builtin_mutable_transmutes = lint_builtin_unstable_features = unstable feature lint_ungated_async_fn_track_caller = `#[track_caller]` on async functions is a no-op - .suggestion = enable this feature + .label = this function will not propagate the caller location lint_builtin_unreachable_pub = unreachable `pub` {$what} .suggestion = consider restricting its visibility