Expand description
Checks validity of naked functions.
Structs§
Enums§
- Item
Kind 🔒
Functions§
- check_
abi 🔒 - Checks that function uses non-Rust ABI.
- check_
asm 🔒 - Checks that function body contains a single inline assembly block.
- check_
mod_ 🔒naked_ functions - check_
no_ 🔒parameters_ use - Checks that function parameters aren’t used in the function body.
- check_
no_ 🔒patterns - Checks that parameters don’t use patterns. Mirrors the checks for function declarations.
- provide 🔒