Skip to main content

warn_unknown_preset_fields

Function warn_unknown_preset_fields 

Source
pub(crate) fn warn_unknown_preset_fields(preset_path: &Path)
Expand description

Print preset unknown-field warnings to stderr. Apply-time variant of the validate command’s unknown-field detection — warns rather than errors so apply continues with what it understood.

Runs both the structural top-level pass and the semantic nested-unknowns walk so that all 12 preset tables are covered.