about summary refs log tree commit diff
path: root/compiler/rustc_driver_impl/messages.ftl
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-11-21 14:08:40 +0000
committerbors <bors@rust-lang.org>2024-11-21 14:08:40 +0000
commit75703c1a78c3cd99fa1347b237f3966fb8860e98 (patch)
tree52db5a338056f0df9cfa1aa218460315dff27d81 /compiler/rustc_driver_impl/messages.ftl
parent717f5df2c308dfb4b7b8e6c002c11fe8269c4011 (diff)
parentdf2413ce1c6d2ed235fa90fbc6d8f4c6b459c954 (diff)
downloadrust-75703c1a78c3cd99fa1347b237f3966fb8860e98.tar.gz
rust-75703c1a78c3cd99fa1347b237f3966fb8860e98.zip
Auto merge of #133287 - matthiaskrgr:rollup-ab9j3pu, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #130236 (unstable feature usage metrics)
 - #131544 (Make asm label blocks safe context)
 - #131586 (Support s390x z13 vector ABI)
 - #132489 (Fix closure arg extraction in `extract_callable_info`, generalize it to async closures)
 - #133078 (tests: ui/inline-consts: add issue number to a test, rename other tests)
 - #133283 (Don't exclude relnotes from `needs-triage` label)

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_driver_impl/messages.ftl')
-rw-r--r--compiler/rustc_driver_impl/messages.ftl2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_driver_impl/messages.ftl b/compiler/rustc_driver_impl/messages.ftl
index 31837e01764..05e11c4527f 100644
--- a/compiler/rustc_driver_impl/messages.ftl
+++ b/compiler/rustc_driver_impl/messages.ftl
@@ -23,3 +23,5 @@ driver_impl_rlink_rustc_version_mismatch = .rlink file was produced by rustc ver
 driver_impl_rlink_unable_to_read = failed to read rlink file: `{$err}`
 
 driver_impl_rlink_wrong_file_type = The input does not look like a .rlink file
+
+driver_impl_unstable_feature_usage = cannot dump feature usage metrics: {$error}