DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / traits / issue-71136.rs
12345678
struct Foo(u8); #[derive(Clone)] struct FooHolster { the_foos: Vec<Foo>, //~ERROR Clone } fn main() {}