-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 6 pull requests #61672
Rollup of 6 pull requests #61672
Conversation
…l ones by black_box (with a comment)
Unlike other built-in attributes, this attribute accepts any input
Remove useless allocations in macro_rules follow logic. Closes rust-lang#61543
remove useless ident() functions in const tests and replace the useful ones by black_box (with a comment) r? @oli-obk
Minimize use of `#![feature(custom_attribute)]` Some preparations before resurrecting rust-lang#57921.
Add test for trait ICE Closes rust-lang#55266
syntax: Remove `Deref` impl from `Token` Follow up to rust-lang#61541 r? @oli-obk
Update RLS This bumps the version to 1.37 and also doesn't build clippy by default (should reduce toolstate breakages, see rust-lang#59761 (comment) for more details) r? @oli-obk
@bors r+ p=6 rollup=never |
📌 Commit e0c825c has been approved by |
Rollup of 6 pull requests Successful merges: - #61646 (Remove useless allocations in macro_rules follow logic.) - #61658 (remove useless ident() functions in const tests) - #61660 (Minimize use of `#![feature(custom_attribute)]`) - #61666 (Add test for trait ICE) - #61669 ( syntax: Remove `Deref` impl from `Token`) - #61670 (Update RLS) Failed merges: r? @ghost
☀️ Test successful - checks-travis, status-appveyor |
📣 Toolstate changed by #61672! Tested on commit 053666f. 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). |
Tested on commit rust-lang/rust@053666f. Direct link to PR: <rust-lang/rust#61672> 💔 clippy-driver on windows: test-pass → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). 💔 clippy-driver on linux: test-pass → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra).
Toolstate is probably #61669 |
Successful merges:
#![feature(custom_attribute)]
#61660 (Minimize use of#![feature(custom_attribute)]
)Deref
impl fromToken
#61669 ( syntax: RemoveDeref
impl fromToken
)Failed merges:
r? @ghost