Module rustc_passes::naked_functions
source Β· Expand description
Checks validity of naked functions.
Structs§
- Check
Inline πAssembly - 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. - 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 π