pub fn lint_layout<const N: usize>(
manifest: &LayoutManifest,
behavior: &LayoutBehavior,
) -> (usize, [SemanticLint; N])Expand description
Run semantic lints against a layout manifest and its behavior.
Returns the number of lint warnings produced (up to N).