-
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 5 pull requests #117915
Rollup of 5 pull requests #117915
Conversation
Signed-off-by: cui fliter <[email protected]>
Apply structured suggestion that allows test to work since 1.64 Close rust-lang#73497.
…wiser Build pre-coroutine-transform coroutine body on error I was accidentally building the post-transform coroutine body, rather than the pre-transform coroutine body. There's no pinning expected here yet, and the return type isn't yet transformed into `CoroutineState`. Fixes rust-lang#117670
… r=b-naber target_feature: make it more clear what that 'Option' means Reading those tables in compiler/rustc_codegen_ssa/src/target_features.rs, it's not immediately clear that `None` means "stable". Let's use an enum with appropriately named variants to make that more obvious.
…leywiser Suggest dereferencing the LHS for binops such as `&T == T` Fixes rust-lang#52544
Fix some typos
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: dd430bc8c2 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (003fa88): 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. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 674.834s -> 675.319s (0.07%) |
Successful merges:
&T == T
#117893 (Suggest dereferencing the LHS for binops such as&T == T
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup