Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/destructuring-assignment/
Ddrop-order.rs13 struct DropRecorder(usize); struct
14 impl Drop for DropRecorder { implementation