-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Beta: Update cargo, clippy #70105
Beta: Update cargo, clippy #70105
Conversation
|
@Mark-Simulacrum FYI, tidy doesn't seem to work on the beta branch. I'm not sure, does the "dev: 1" line need to be commented out? |
cc @flip1995 |
Which part of tidy? rustfmt should not be checked on the beta branch as we don't want a dependency on nightly rustfmt from beta nor worry about reformatting in backports and such. The dev: 1 line in stage0.txt should be commented out though, yes, on the beta branch. |
|
Oh, that's a bug (odd that CI didn't catch that though?). We should just skip invoking the formatting, not break when trying to do so. |
I believe it passes CI because it forces the channel to beta (here). |
Bundled into #70244. |
…ulacrum [beta] backport rollup This backports: * can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs. rust-lang#70058 * ci: use python from the correct path rust-lang#70116 * Update stdarch submodule rust-lang#70151 (superseding and closing rust-lang#70221) * Beta: Update cargo, clippy rust-lang#70105 (also closing that beta-targeted PR) It also switches the bootstrap compiler to download from static.rust-lang.org from dev-static.rust-lang.org.
cargo
2 commits in bda50510d1daf6e9c53ad6ccf603da6e0fa8103f..3532cf738db005a56d1fe81ade514f380d411360
2020-03-02 18:05:34 +0000 to 2020-03-17 18:41:40 +0000
cargo test
. (Beta: Fix config profiles using "dev" incargo test
. cargo#8013)clippy
1 commits in 329923e..204bb9b
2020-03-04 16:11:40 +0000 to 2020-03-17 10:00:05 -0700