1 2 3 4 5 6
use std::ops::*; #[derive(Copy, Clone)] //~ ERROR Copy struct R(RangeFrom<usize>); fn main() {}