about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/messages.ftl
diff options
context:
space:
mode:
authorNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2023-10-16 22:11:57 +0200
committerNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2023-10-25 23:23:04 +0200
commit9d42b1e2683644d81e37d55468257cd612d906f6 (patch)
tree4f8c4e4123bc8093d6ec73a3a29546e964df2a39 /compiler/rustc_driver_impl/messages.ftl
parent98c1e3d95ba7f5d29915dac3f391a296648aa74c (diff)
downloadrust-9d42b1e2683644d81e37d55468257cd612d906f6.tar.gz
rust-9d42b1e2683644d81e37d55468257cd612d906f6.zip
Stop telling people to submit bugs for internal feature ICEs
This keeps track of usage of internal features, and changes the message
to instead tell them that using internal features is not supported.

See MCP 620.
Diffstat (limited to 'compiler/rustc_driver_impl/messages.ftl')
-rw-r--r--compiler/rustc_driver_impl/messages.ftl1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_driver_impl/messages.ftl b/compiler/rustc_driver_impl/messages.ftl
index d3bd3244a52..39462112dc2 100644
--- a/compiler/rustc_driver_impl/messages.ftl
+++ b/compiler/rustc_driver_impl/messages.ftl
@@ -1,5 +1,6 @@
 driver_impl_ice = the compiler unexpectedly panicked. this is a bug.
 driver_impl_ice_bug_report = we would appreciate a bug report: {$bug_report_url}
+driver_impl_ice_bug_report_internal_feature = using internal features is not supported and expected to cause internal compiler errors when used incorrectly
 driver_impl_ice_exclude_cargo_defaults = some of the compiler flags provided by cargo are hidden
 
 driver_impl_ice_flags = compiler flags: {$flags}