mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
731e360d15
improve error messages for `C-cmse-nonsecure-entry` functions fixes https://github.com/rust-lang/rust/issues/81347 tracking issue: https://github.com/rust-lang/rust/issues/75835 brings error messages and testing for `C-cmse-nonsecure-entry` in line with `C-cmse-nonsecure-call`. r? `@compiler-errors`