dfir_rs 0.16.0

DFIR runtime for Rust, used by Hydro.
Documentation
1
2
3
4
5
error: `loop { }` blocks are not (yet) supported in `dfir_syntax!`.
 --> tests/compile-fail-stable/surface_inline_loop.rs:6:18
  |
6 |             x -> batch() -> for_each(|_x: i32| {});
  |                  ^^^^^