// compile-pass use std::ops::*; #[derive(Copy, Clone)] struct R(RangeTo); fn main() {}