]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_error_messages/locales/en-US/lint.ftl
Auto merge of #106743 - matthiaskrgr:rollup-q5dpxms, r=matthiaskrgr
[rust.git] / compiler / rustc_error_messages / locales / en-US / lint.ftl
index 3980f9a2a7a58831c45219ae743841f9917d0622..2eb409a5ddd5e12297262ade97e6bb20ce48dd06 100644 (file)
@@ -350,7 +350,8 @@ 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, unless the `closure_track_caller` feature is enabled
+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