pub fn bind_collect(
feature: &FeatureFile,
packs: &PackSet,
) -> (Vec<BoundScenario>, Vec<Diag>)Expand description
Bind every scenario, always returning both the bound scenarios (bound steps
only) and every diagnostic. This is the collect-all substrate the LSP reads;
bind is its fail-fast wrapper. One binder, two error policies.