hydroflow 0.10.0

Hydro's low-level dataflow runtime and IR
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: expected 1 argument(s), found 0
 --> tests/compile-fail/surface_missing_args.rs:5:9
  |
5 |         source_iter() -> for_each();
  |         ^^^^^^^^^^^^^

error: expected 1 argument(s), found 0
 --> tests/compile-fail/surface_missing_args.rs:5:26
  |
5 |         source_iter() -> for_each();
  |                          ^^^^^^^^^^