mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
568b0ac624
This test will break when `Step` gets stabilized, but punt until then.
5 lines
72 B
Rust
5 lines
72 B
Rust
pub fn baz<T>(t: std::ops::Range<T>) {
|
|
for _ in t {}
|
|
}
|
|
fn main() {}
|