Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/tests/
Dtest_default.rs91 fn assert_ref_unwind_safe<T: RefUnwindSafe>() {} in oibits()
/third_party/rust/crates/regex/src/
Dpool.rs289 fn has_oibits<T: Send + Sync + UnwindSafe + RefUnwindSafe>() {} in oibits()