Home
last modified time | relevance | path

Searched defs:CheckOnDrop (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/tests/ui/drop/
Ddropck-eyepatch-extern-crate.rs11 struct CheckOnDrop(RefCell<String>, &'static str); in main() struct
12 impl Drop for CheckOnDrop { in main() implementation
Ddropck-eyepatch-reorder.rs51 struct CheckOnDrop(RefCell<String>, &'static str); in main() struct
52 impl Drop for CheckOnDrop { in main() implementation
Ddropck-eyepatch.rs74 struct CheckOnDrop(RefCell<String>, &'static str); in main() struct
75 impl Drop for CheckOnDrop { in main() implementation