1 2 3 4 5 6 7 8 9 10
fn main() { cfg_rust_features::emit!([ "step_trait", "unwrap_infallible", "never_type", "unstable_features", ]) .unwrap(); }