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
Getting this error when enabling the nightly feature
error[E0599]: no method named `checked_add` found for type `std::time::Instant` in the current scope
--> /Users/dignifiedquire/.cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.7.1/src/util.rs:39:35
|
39 | let deadline = Instant::now().checked_add(timeout);
| ^^^^^^^^^^^