about summary refs log tree commit diff
path: root/compiler/rustc_error_messages
diff options
context:
space:
mode:
authorDavid Wood <david.wood@huawei.com>2022-06-28 13:50:44 +0100
committerDavid Wood <david.wood@huawei.com>2022-06-30 08:59:22 +0100
commit23ee3e09141fd01ba3ec648123aa319810867c86 (patch)
tree77cb66e17ce3eff11c6412475704d4575e9046e9 /compiler/rustc_error_messages
parentd071f504f80767b1686b176b72fdcf87a35f8dca (diff)
downloadrust-23ee3e09141fd01ba3ec648123aa319810867c86.tar.gz
rust-23ee3e09141fd01ba3ec648123aa319810867c86.zip
lint: port unstable feature diagnostics
Signed-off-by: David Wood <david.wood@huawei.com>
Diffstat (limited to 'compiler/rustc_error_messages')
-rw-r--r--compiler/rustc_error_messages/locales/en-US/lint.ftl2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_error_messages/locales/en-US/lint.ftl b/compiler/rustc_error_messages/locales/en-US/lint.ftl
index de2d21ff355..7c6a17aec58 100644
--- a/compiler/rustc_error_messages/locales/en-US/lint.ftl
+++ b/compiler/rustc_error_messages/locales/en-US/lint.ftl
@@ -352,3 +352,5 @@ lint-builtin-const-no-mangle = const items should never be `#[no_mangle]`
 
 lint-builtin-mutable-transmutes =
     transmuting &T to &mut T is undefined behavior, even if the reference is unused, consider instead using an UnsafeCell
+
+lint-builtin-unstable-features = unstable feature