You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example given at https://docs.rs/countme/3.0.1/countme fails at runtime, with both Rust 1.61.0 and 1.63-nightly. My guess is non-lexical lifetimes make the local variables disappear early?
The example given at https://docs.rs/countme/3.0.1/countme fails at runtime, with both Rust
1.61.0
and1.63-nightly
. My guess is non-lexical lifetimes make the local variables disappear early?(The following is from https://github.com/peter-kehl/countme_test, which has the aforementioned example pasted in.)
The text was updated successfully, but these errors were encountered: