8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
mac
No response
➜ rocketmq-rust git:(main) rustc --version rustc 1.88.0-nightly (d6a325d93 2025-05-03)
cargo build err
➜ rocketmq-rust git:(main) cargo build Compiling rocketmq-common v0.6.0 (/Users/didi/projects/github/RustProjects/rocketmq-rust/rocketmq-common) Compiling rocketmq-broker v0.6.0 (/Users/didi/projects/github/RustProjects/rocketmq-rust/rocketmq-broker) Compiling rocketmq-namesrv v0.6.0 (/Users/didi/projects/github/RustProjects/rocketmq-rust/rocketmq-namesrv) Compiling rocketmq-remoting v0.6.0 (/Users/didi/projects/github/RustProjects/rocketmq-rust/rocketmq-remoting) error[E0635]: unknown feature `duration_constructors_lite` --> rocketmq-remoting/src/lib.rs:20:12 | 20 | #![feature(duration_constructors_lite)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ For more information about this error, try `rustc --explain E0635`. error: could not compile `rocketmq-remoting` (lib) due to 1 previous error
build success
build fail
The text was updated successfully, but these errors were encountered:
@578223592 use rustup update, update local rust version
Sorry, something went wrong.
use command to check
cargo clippy -- -D warnings
@mxsm thanks!
No branches or pull requests
Before Creating the Bug Report
I found a bug, not just asking a question, which should be created in GitHub Discussions.
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Runtime platform environment
mac
RocketMQ Rust version
No response
Rust Version
➜ rocketmq-rust git:(main) rustc --version
rustc 1.88.0-nightly (d6a325d93 2025-05-03)
Describe the Bug
cargo build err
Steps to Reproduce
What Did You Expect to See?
build success
What Did You See Instead?
build fail
Additional Context
No response
The text was updated successfully, but these errors were encountered: