]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_error_messages/locales/en-US/lint.ftl
Print correct base for too-large literals
[rust.git] / compiler / rustc_error_messages / locales / en-US / lint.ftl
index 7e28f22c0ba8b532d0a7e468c56a31446b9d7d0f..2eb409a5ddd5e12297262ade97e6bb20ce48dd06 100644 (file)
@@ -350,6 +350,9 @@ 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
+     .label = this function will not propagate the caller location
+
 lint_builtin_unreachable_pub = unreachable `pub` {$what}
     .suggestion = consider restricting its visibility
     .help = or consider exporting it for use by other crates