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