Macro dfir_rs::hydroflow_expect_warnings

source ยท
macro_rules! hydroflow_expect_warnings {
    (
        $hf:tt,
        $( $msg:literal ),*
        $( , )?
    ) => { ... };
}
Expand description

Tests that the given warnings are emitted by the dfir macro invocation.

For example usage, see dfir/tests/surface_warnings.rs.