Home
last modified time | relevance | path

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

/third_party/rust/crates/proc-macro2/tests/
Dmarker.rs74 macro_rules! assert_unwind_safe { macro
/third_party/rust/crates/regex/tests/
Dtest_default.rs90 fn assert_unwind_safe<T: UnwindSafe>() {} in oibits() function
/third_party/rust/rust/library/std/src/io/stdio/
Dtests.rs25 fn assert_unwind_safe<T: UnwindSafe + RefUnwindSafe>() {} in assert_unwind_safe() function
/third_party/rust/rust/library/std/src/collections/hash/map/
Dtests.rs12 fn assert_unwind_safe<T: crate::panic::UnwindSafe>() {} in _assert_hashmap_is_unwind_safe() function
/third_party/rust/crates/aho-corasick/src/
Dahocorasick.rs2132 fn assert_unwind_safe<T: RefUnwindSafe + UnwindSafe>() {} in oibits() function