use std::ops::*; #[derive(Copy, Clone)] struct R(RangeFrom); //~ ERROR Copy fn main() {}