Replies: 1 comment
-
#[unstable(feature = "backtrace", issue = "53487")]
fn backtrace(&self) -> Option<&Backtrace> {
None
} It looks like feature |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, OpenRaft pinning build rust version on very old nightly:
nightly-2022-03-30
. Since1.63
has been released, maybe it's time for use to make openraft running on stable rust?backtrace
,test
backtrace
has been stabilized. We can remove this feature directly.test
is still nightly, but seems no code really depend on this (Please correct me)For a quick demo, I have openraft built on stable rust (v1.63) locally:
We can address all the warning and update some CI so that everything works as before.
Beta Was this translation helpful? Give feedback.
All reactions