Skip to content

Commit

Permalink
Rollup merge of #127814 - folkertdev:c-cmse-nonsecure-call-error-mess…
Browse files Browse the repository at this point in the history
…ages, r=oli-obk

`C-cmse-nonsecure-call`: improved error messages

tracking issue: #81391
issue for the error messages (partially implemented by this PR): #81347
related, in that it also deals with CMSE: rust-lang/rust#127766

When using the `C-cmse-nonsecure-call` ABI, both the arguments and return value must be passed via registers. Previously, when violating this constraint, an ugly LLVM error would be shown. Now, the rust compiler itself will print a pretty message and link to more information.
  • Loading branch information
matthiaskrgr committed Jul 19, 2024
2 parents 1225de6 + 58cd9d6 commit ab41c20
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit ab41c20

Please sign in to comment.