-
Notifications
You must be signed in to change notification settings - Fork 26
bug: error reported when use v0.5.0 #118
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
Comments
having the same problem with rustc 1.70.0-nightly (da7c50c08 2023-03-19) |
Is that nightly from before IsTerminal was stabilized? To be safest, id recommend a 1.71 nightly (assuming you have a hard requirement on nightly). |
I am having the same issue. Does this mean that this package only works on nightly? |
hitting the same error via transitives deps
|
The package works with stable releases starting with 1.70.0. |
Definitely not - I can confirm that latest stable works: > rustc --version
rustc 1.71.0 (8ede3aae2 2023-07-12) |
Note you are using a nightly of 1.70 which means you are dependent on when the feature was merged. It looks like the tracking issue was closed on April 13th, so if you are needing a nightly, it would need to be at earliest an April 13th but it might need to be 14th or later, depending on whether it missed a cutoff for building a specific nightly. Since this is just a problem with people using 1.70.0-nightlies that are too early, I'm closing this. |
yes my bad @epage thanks for the quick answer ! |
…ging toolchain (#832) # Description Currently impossible to update toolchain, it's related to [NEAR issue](near/nearcore#9143). And it is impossible to do `cargo update`, because [issue](rust-cli/anstyle#118 (comment)). - Updated clippy requirements to `nightly-2023-08-24`, without updating `rust-toolchain`. - Fixed clippy issues, related to clippy requirements for `nightly-2023-08-24` version.
…ging toolchain (#832) # Description Currently impossible to update toolchain, it's related to [NEAR issue](near/nearcore#9143). And it is impossible to do `cargo update`, because [issue](rust-cli/anstyle#118 (comment)). - Updated clippy requirements to `nightly-2023-08-24`, without updating `rust-toolchain`. - Fixed clippy issues, related to clippy requirements for `nightly-2023-08-24` version.
error as below
The text was updated successfully, but these errors were encountered: