about summary refs log tree commit diff
path: root/compiler/rustc_error_codes
diff options
context:
space:
mode:
authorFolkert <folkert@folkertdev.nl>2024-07-17 16:47:03 +0200
committerFolkert <folkert@folkertdev.nl>2024-07-18 12:42:40 +0200
commit7b6373496107807327094ec990d317b98e34fd63 (patch)
treec894ca9f62ed0b0eb2e4fa26fe0c24e6ea2d0cbe /compiler/rustc_error_codes
parent8a3dd7fb5f9e2c3b6c8411e59ed7fa8d674c5a91 (diff)
downloadrust-7b6373496107807327094ec990d317b98e34fd63.tar.gz
rust-7b6373496107807327094ec990d317b98e34fd63.zip
move CMSE validation to hir_analysis
Diffstat (limited to 'compiler/rustc_error_codes')
-rw-r--r--compiler/rustc_error_codes/src/error_codes/E0798.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0798.md b/compiler/rustc_error_codes/src/error_codes/E0798.md
index 89e6f4d5718..da08cde3010 100644
--- a/compiler/rustc_error_codes/src/error_codes/E0798.md
+++ b/compiler/rustc_error_codes/src/error_codes/E0798.md
@@ -5,6 +5,7 @@ inputs and outputs.
 is relevant.
 - outputs must either fit in 4 bytes, or be a foundational type of
 size 8 (`i64`, `u64`, `f64`).
+- no generics can be used in the signature
 
 For more information,
 see [arm's aapcs32](https://github.com/ARM-software/abi-aa/releases).