Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/run-make/foreign-exceptions/
Dfoo.rs7 struct DropCheck<'a>(&'a mut bool); struct
8 impl<'a> Drop for DropCheck<'a> { implementation