error: start_at(..) needs a position constructor; without the clause the subscription simply opens at the broker's default
--> tests/ui/subscriber_start_at_empty.rs:11:24
|
11 | #[subscriber("orders", start_at())]
| ^^^^^^^^
warning: unused import: `ruststream::runtime::HandlerResult`
--> tests/ui/subscriber_start_at_empty.rs:1:5
|
1 | use ruststream::runtime::HandlerResult;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default