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