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

Remove nightly from cargo doc commands #1909

Closed
mattheworris opened this issue Mar 5, 2024 · 1 comment
Closed

Remove nightly from cargo doc commands #1909

mattheworris opened this issue Mar 5, 2024 · 1 comment
Labels
blocked Blocked by another issue chore No feature changes enhancement New feature or request rust Pull requests that update Rust code

Comments

@mattheworris
Copy link
Collaborator

Using export RUSTC_BOOTSTRAP=1 turns your stable rustc into a Nightly one.

For cargo commands that rely on rustc and use unstable options, +nightly can be removed in favor of RUSTC_BOOTSTRAP=1.

This will reduce dependence on nightly.

Further evaluation for removing nightly: updating .rustfmt.toml to remove all unstable features as listed in #1895 could eliminate nightly dependence.

@mattheworris mattheworris added enhancement New feature or request chore No feature changes rust Pull requests that update Rust code labels May 30, 2024
@wilwade wilwade added the blocked Blocked by another issue label Sep 5, 2024
@wilwade
Copy link
Collaborator

wilwade commented Sep 5, 2024

Fixed by #2120

@wilwade wilwade closed this as completed Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked by another issue chore No feature changes enhancement New feature or request rust Pull requests that update Rust code
Projects
None yet
Development

No branches or pull requests

2 participants