Uh oh!
There was an error while loading. Please reload this page.
Don't set is_preview for clippy and rustfmt - #103648
Conversation
rustbot
commented
Oct 27, 2022
r? @jyn514 (rustbot has picked a reviewer for you, use r? to override) |
jyn514
commented
Oct 27, 2022
lol |
Mark-Simulacrum
commented
Oct 29, 2022
@bors try Want to get a dev-static build here too so we can test it. |
bors
commented
Oct 29, 2022
⌛ Trying commit 1401417c677e86b53bfe98358476f94dc6d78b21 with merge 880ff5e0182c0ff4c0c48d3d87cfa6dc92d6dadc... |
bors
commented
Oct 30, 2022
☀️ Try build successful - checks-actions |
Mark-Simulacrum
commented
Nov 8, 2022
Kicked off dev-static for this try commit. |
jyn514
commented
Nov 9, 2022
Looks like this is working too :) I'll wait for #102565 to merge before approving this PR. |
jyn514
commented
Nov 12, 2022
@bors r=Mark-Simulacrum |
bors
commented
Nov 12, 2022
Don't set `is_preview` for clippy and rustfmt These have been shipped on stable for many years now and it would be very disruptive to ever remove them. Remove the `-preview` suffix from their dist components. Based on rust-lang#102565.
JohnTitor
commented
Nov 13, 2022
Failed in rollup: #104340 (comment) |
fd2fb15 to
da27179Comparejyn514
commented
Nov 17, 2022
@bors r=Mark-Simulacrum (Missed an instance of hardcoding |
bors
commented
Nov 17, 2022
📌 Commit da27179c337d9f91bba0af1ce229dbf13f36e0c4 has been approved by It is now in the queue for this repository. |
bors
commented
Nov 17, 2022
🌲 The tree is currently closed for pull requests below priority 1. This pull request will be tested once the tree is reopened. |
jyn514
commented
Nov 17, 2022
@bors r- |
This comment has been minimized.
This comment has been minimized.
These have been shipped on stable for many years now and it would be very disruptive to ever remove them. Remove the `-preview` suffix from their dist components.
@bors r=Mark-Simulacrum |
bors
commented
Nov 25, 2022
Don't set `is_preview` for clippy and rustfmt These have been shipped on stable for many years now and it would be very disruptive to ever remove them. Remove the `-preview` suffix from their dist components. Based on rust-lang#102565.
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#103648 (Don't set `is_preview` for clippy and rustfmt) - rust-lang#104654 (Add `#![deny(unsafe_op_in_unsafe_fn)]` in liballoc tests) - rust-lang#104793 (unstable-book: Add page for the `abi_efiapi` feature) - rust-lang#104841 (Assert that we don't capture escaping bound vars in `Fn` trait selection) - rust-lang#104849 (Migrate source code elements style to CSS variables) - rust-lang#104873 (RefCell::get_mut: fix typo) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
These have been shipped on stable for many years now and it would be very disruptive to ever remove them.
Remove the
-previewsuffix from their dist components.Based on #102565.