Expand description
Checks validity of naked functions.
Structs§
- Check
Inline πAssembly - Check
Naked πAsmIn Naked Fn - Check
Parameters π
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 π