Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/tests/
Dtest_default.rs90 fn assert_unwind_safe<T: UnwindSafe>() {} in oibits()
/third_party/rust/crates/proc-macro-error/src/
Dlib.rs429 F: FnOnce() -> proc_macro::TokenStream + UnwindSafe, in entry_point()
/third_party/rust/crates/aho-corasick/src/
Dahocorasick.rs2132 fn assert_unwind_safe<T: RefUnwindSafe + UnwindSafe>() {} in oibits()