diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2025-06-06 23:05:47 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2025-06-25 00:52:10 -0700 |
| commit | 383d76106baa2042481de88dfff8ed2043ac50e6 (patch) | |
| tree | cac3f0c73eb25d1770cb3516edec044463ce3dfd /compiler/rustc_hir_analysis/messages.ftl | |
| parent | 4bdf1c574a3b02daaf5793d71d089e94d192f57f (diff) | |
| download | rust-383d76106baa2042481de88dfff8ed2043ac50e6.tar.gz rust-383d76106baa2042481de88dfff8ed2043ac50e6.zip | |
compiler: Trim the misleading C of C-cmse from errors
Diffstat (limited to 'compiler/rustc_hir_analysis/messages.ftl')
| -rw-r--r-- | compiler/rustc_hir_analysis/messages.ftl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_hir_analysis/messages.ftl b/compiler/rustc_hir_analysis/messages.ftl index 8c43d10b9e4..4ec2bbfc5ab 100644 --- a/compiler/rustc_hir_analysis/messages.ftl +++ b/compiler/rustc_hir_analysis/messages.ftl @@ -73,10 +73,10 @@ hir_analysis_closure_implicit_hrtb = implicit types in closure signatures are fo .label = `for<...>` is here hir_analysis_cmse_call_generic = - function pointers with the `"C-cmse-nonsecure-call"` ABI cannot contain generics in their type + function pointers with the `"cmse-nonsecure-call"` ABI cannot contain generics in their type hir_analysis_cmse_entry_generic = - functions with the `"C-cmse-nonsecure-entry"` ABI cannot contain generics in their type + functions with the `"cmse-nonsecure-entry"` ABI cannot contain generics in their type hir_analysis_cmse_inputs_stack_spill = arguments for `{$abi}` function too large to pass via registers |
