Skip to main content

collect_warnings

Function collect_warnings 

Source
pub fn collect_warnings(module: &Module) -> Vec<ValidationWarning>
Expand description

Collect all validation warnings for a module without logging.

This is the primary validation API — usable in tests and debug builds without needing a logger configured.