-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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 5 pull requests #69262
Rollup of 5 pull requests #69262
Conversation
…ype inside it shouldn't be used.
…e` instead of `Const` as the type in the returned const isn't needed.
Change const eval to just return the value As discussed in rust-lang#68505 (comment), the type of consts shouldn't be returned from const eval queries. r? @eddyb cc @nikomatsakis
Add more regression tests Closes rust-lang#39618 Closes rust-lang#51798 Closes rust-lang#62894 Closes rust-lang#63952 Closes rust-lang#68653 r? @Centril
…b,Zoxc Fix printing of `Yield` terminator Addresses the bug found in rust-lang#69039 (comment)
…-Simulacrum Allow whitespaces in revision flags Allow whitespaces in revision flags, like `// [foo]`. Fixes rust-lang#69183
…an-DPC Clean up E0310 explanation r? @Dylan-DPC
@bors r+ rollup=never p=5 |
📌 Commit 210b181 has been approved by |
☀️ Test successful - checks-azure |
📣 Toolstate changed by #69262! Tested on commit e620d0f. 💔 clippy-driver on windows: test-pass → build-fail (cc @mcarton @oli-obk @Manishearth @flip1995 @yaahc @phansch @llogiq, @rust-lang/infra). |
Tested on commit rust-lang/rust@e620d0f. Direct link to PR: <rust-lang/rust#69262> 💔 clippy-driver on windows: test-pass → build-fail (cc @mcarton @oli-obk @Manishearth @flip1995 @yaahc @phansch @llogiq, @rust-lang/infra). 💔 clippy-driver on linux: test-pass → build-fail (cc @mcarton @oli-obk @Manishearth @flip1995 @yaahc @phansch @llogiq, @rust-lang/infra).
Successful merges:
Yield
terminator #69200 (Fix printing ofYield
terminator)Failed merges:
r? @ghost