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

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

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