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 ๐Ÿ”’
check_fn ๐Ÿ”’
check_static ๐Ÿ”’