Esteban Küber 568b0ac624 Add test for lack of suggestion in stable
This test will break when `Step` gets stabilized, but punt until then.
2024-12-07 21:26:23 +00:00

5 lines
72 B
Rust

pub fn baz<T>(t: std::ops::Range<T>) {
for _ in t {}
}
fn main() {}