Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rustfmt/tests/cargo-fmt/
Dmain.rs33 macro_rules! assert_that { macro
/third_party/rust/rust/src/tools/rustfmt/tests/rustfmt/
Dmain.rs34 macro_rules! assert_that { macro
/third_party/rust/rust/tests/ui/issues/
Dissue-13323.rs35 fn assert_that<T, U: Matcher<T>>(actual: T, matcher: &U) { in assert_that() function