-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 4 pull requests #105248
Rollup of 4 pull requests #105248
Conversation
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
…stion, r=compiler-errors Don't suggest associated function call for associated const. Fixes rust-lang#104801. r? `@compiler-errors`
…oyment, r=oli-obk Fix passing MACOSX_DEPLOYMENT_TARGET to the linker I messed up in rust-lang#103929 when merging the two base files together and as a result, started ignoring `MACOSX_DEPLOYMENT_TARGET` at the linker level. This ended up being the cause of nighty builds not running on older macOS versions. My original hope with the previous PR was that CI would have caught something like that but there were only tests checking the compiler target definitions in codegen tests. Because of how badly this sucks to break, I put together a new test via `run-make` that actually confirms the deployment target set makes it to the linker instead of just LLVM. Closes rust-lang#104570 (for real this time)
Make inline const block `ExprWithBlock` Fix rust-lang#104087 (comment) `@rustbot` label: +T-lang +F-inline_const
Add regression test for rust-lang#79450 Closes rust-lang#79450 r? `@oli-obk` Signed-off-by: Yuki Okushi <jtitor@2k36.org>
@bors r+ rollup=never p=4 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 9e772114e6 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (344889e): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
Successful merges:
ExprWithBlock
#105142 (Make inline const blockExprWithBlock
)impl const
wrongly accepts impl with non-const provided methods #79450)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup