-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
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
error: could not compile wiremock
#126
Comments
You need to update your installation of Rust to use a more recent version of the compiler.
|
I tried that too but still it's not working |
What does |
|
The latest is 1.72.0—you need to sort out your installation, this has nothing to do with |
@LukeMathWalker this actually has to do with |
You're correct, my wording was not precise. Let me clarify: |
I understand that for |
I will surely try this one |
Proposal
error[E0658]: use of unstable library feature 'pin_macro'
--> /home/kartikey/.cargo/registry/src/github.com-1ecc6299db9ec823/wiremock-0.5.19/src/mock_server/bare_server.rs:247:32
|
247 | let mut notification = pin!(notify.notified());
| ^^^
|
= note: see issue #93178 rust-lang/rust#93178 for more information
error[E0658]: use of unstable library feature 'pin_macro'
--> /home/kartikey/.cargo/registry/src/github.com-1ecc6299db9ec823/wiremock-0.5.19/src/mock_server/bare_server.rs:6:5
|
6 | use std::pin::pin;
| ^^^^^^^^^^^^^
|
= note: see issue #93178 rust-lang/rust#93178 for more information
Reproduction steps
While running this cmd on this project
https://github.com/carrycooldude/hyperswitch.git
References
No response
The text was updated successfully, but these errors were encountered: