Home
last modified time | relevance | path

Searched refs:ImplDropNotAllCopy (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Dfield_reassign_with_default.rs193 pub struct ImplDropNotAllCopy { struct
198 impl Drop for ImplDropNotAllCopy { implementation
204 impl ImplDropNotAllCopy { implementation
206 let mut f = ImplDropNotAllCopy::default(); in new()