Macro hydroflow::hydroflow_expect_warnings
source ยท 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
.