Skip to main content

Module runtime_symbols

Module runtime_symbols 

Source

Structs§

RuntimeSymbols

Statics§

INVALID_RUNTIME_SYMBOL_DEFINITIONS
The invalid_runtime_symbol_definitions lint checks the signature of items whose symbol name is a runtime symbol expected by core or std differs significantly from the expected signature (like mismatch ABI, mismatch C variadics, mismatch argument count, missing return type, …).
SUSPICIOUS_RUNTIME_SYMBOL_DEFINITIONS
The suspicious_runtime_symbol_definitions lint checks the signature of items whose symbol name is a runtime symbol expected by core or std.

Functions§

check_fn 🔒
check_static 🔒