Hi,
currently using eyre for async tokio tests. Like this:
ensure!(forwarder.do_work().await.is_ok_and(|res| res == Cancelled));
this hangs the runtime... spent a lot of time as to why and in current crates.io version of eyre = "0.6.12" it evaluates expression twice.
I just saw this is merged 2 YEARS AGO and still not released. Why...? 1369e09
Hi,
currently using
eyrefor async tokio tests. Like this:this hangs the runtime... spent a lot of time as to why and in current crates.io version of
eyre = "0.6.12"it evaluates expression twice.I just saw this is merged 2 YEARS AGO and still not released. Why...? 1369e09