Skip to content
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

Latest cargo-expand does not need nightly compiler and does not error? #195

Open
donottellmetonottellyou opened this issue Sep 23, 2023 · 1 comment

Comments

@donottellmetonottellyou

I do not know if this is a bug or if it is intended, but I ran cargo-expand with the latest (cargo-expand 1.0.70 + prettyplease 0.2.15), and it worked just fine without installing the nightly compiler. I checked and nightly wasn't installed. Here is the output of rustup show:

stable-x86_64-unknown-linux-gnu (default)
rustc 1.72.0 (5680fa18f 2023-08-23)

I did not test this extensively, so I do not know if it will always work. It did expand a couple declarative macros without issue.

If cargo expand works without nightly in certain cases but not others, a warning saying so, or the documentation explaining that, would be nice! Otherwise I guess it might be a bug because it didn't fail without nightly.

If it is intended to work without nightly, this part of the README is inaccurate:

Cargo expand relies on unstable compiler flags so it requires a nightly toolchain to be installed, though does not require nightly to be the default toolchain or the one with which cargo expand itself is executed. If the default toolchain is one other than nightly, running cargo expand will find and use nightly anyway.

@ahaoboy
Copy link

ahaoboy commented Nov 21, 2023

nightly-x86_64-pc-windows-msvc unchanged - rustc 1.76.0-nightly (283170175 2023-11-17)

Some errors have detailed explanations: E0405, E0412, E0422, E0425, E0433, E0514.
For more information about an error, try `rustc --explain E0405`.
error: could not compile `ahash` (lib) due to 35 previous errors
Some errors have detailed explanations: E0425, E0514.
For more information about an error, try `rustc --explain E0425`.
error: could not compile `tempfile` (lib) due to 9 previous errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants