Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/tests/
Dtest_default.rs90 fn assert_unwind_safe<T: UnwindSafe>() {} in oibits() function
95 assert_unwind_safe::<Regex>(); in oibits()
99 assert_unwind_safe::<RegexBuilder>(); in oibits()
104 assert_unwind_safe::<bytes::Regex>(); in oibits()
108 assert_unwind_safe::<bytes::RegexBuilder>(); in oibits()
113 assert_unwind_safe::<RegexSet>(); in oibits()
117 assert_unwind_safe::<RegexSetBuilder>(); in oibits()
122 assert_unwind_safe::<bytes::RegexSet>(); in oibits()
126 assert_unwind_safe::<bytes::RegexSetBuilder>(); in oibits()
/third_party/rust/crates/proc-macro2/tests/
Dmarker.rs73 macro_rules! assert_unwind_safe { macro
81 assert_unwind_safe! {
95 assert_unwind_safe! {
/third_party/rust/crates/proc-macro-error/tests/ui/
Dunknown_setting.stderr1 error: unknown setting `trololo`, expected one of `assert_unwind_safe`, `allow_not_macro`, `proc_ma…
4 3 | #[proc_macro_error(allow_not_macro, assert_unwind_safe, trololo)]
Dunknown_setting.rs3 #[proc_macro_error(allow_not_macro, assert_unwind_safe, trololo)]
/third_party/rust/crates/aho-corasick/src/
Dahocorasick.rs2132 fn assert_unwind_safe<T: RefUnwindSafe + UnwindSafe>() {} in oibits() function
2136 assert_unwind_safe::<AhoCorasick>(); in oibits()
2139 assert_unwind_safe::<AhoCorasickBuilder>(); in oibits()