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