diff options
| author | Folkert de Vries <folkert@folkertdev.nl> | 2025-06-16 22:31:52 +0200 |
|---|---|---|
| committer | Folkert de Vries <folkert@folkertdev.nl> | 2025-06-24 14:40:11 +0200 |
| commit | 943d37958b377d4500345898cdb86d87da28d2e5 (patch) | |
| tree | 405500ddae4009c2eba83890059bae46ac639ebd /compiler/rustc_hir_analysis/messages.ftl | |
| parent | e4b9d0141fdd210fcceebd2b67f7be113401c461 (diff) | |
| download | rust-943d37958b377d4500345898cdb86d87da28d2e5.tar.gz rust-943d37958b377d4500345898cdb86d87da28d2e5.zip | |
Error on invalid signatures for interrupt ABIs
Diffstat (limited to 'compiler/rustc_hir_analysis/messages.ftl')
| -rw-r--r-- | compiler/rustc_hir_analysis/messages.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/messages.ftl b/compiler/rustc_hir_analysis/messages.ftl index bd2252c1bf8..8c43d10b9e4 100644 --- a/compiler/rustc_hir_analysis/messages.ftl +++ b/compiler/rustc_hir_analysis/messages.ftl @@ -1,5 +1,5 @@ hir_analysis_abi_custom_clothed_function = - items with the `"custom"` ABI can only be declared externally or defined via naked functions + items with the "custom" ABI can only be declared externally or defined via naked functions .suggestion = convert this to an `#[unsafe(naked)]` function hir_analysis_ambiguous_assoc_item = ambiguous associated {$assoc_kind} `{$assoc_ident}` in bounds of `{$qself}` |
