-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 7 pull requests #114197
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 7 pull requests #114197
Conversation
proc-macros are processed early in the compiler pipeline. There is no need to involve codegen. So change to check-pass. I have also looked through each changed test and to me it is sufficiently clear that codegen is not needed for the purpose of the test. I skipped changing tests/ui/proc-macro/no-missing-docs.rs in this commit because it was not clear to me that it can be changed to check-pass.
Not useful, for there is just a single example
…=cjgillot Don't attempt to compute layout of type referencing error Leads to more ICEs and strange diagnostics than are worth it. Fixes rust-lang#113760
Prevent people from assigning me as a PR reviewer depends on rust-lang/triagebot#1712
tests/ui/proc-macro/*: Migrate FIXMEs to check-pass proc-macros are processed early in the compiler pipeline. There is no need to involve codegen. So change to check-pass. I have also looked through each changed test and to me it is sufficiently clear that codegen is not needed for the purpose of the test. I skipped changing `tests/ui/proc-macro/no-missing-docs.rs` in this commit because it was not clear to me that it can be changed to check-pass. Part of rust-lang#62277
…est, r=workingjubilee Fix switch-stdout test for none unix/windows platforms PR rust-lang#112390 moved tests to std. Unfortunately, there is a typo which causes issues on platforms other than unix and windows.
…g_test, r=workingjubilee Fix issue_15149 test for the SGX target PR rust-lang#112390 moved tests to std. Unfortunately, this caused the `issue_15149` test to be enabled for the SGX target. This is incorrect as the SGX target does not support the `env::current_exe()` call.
btree/map.rs: remove "Basic usage" text Not useful, for there is just a single example
doc: replace wrong punctuation mark
@bors r+ rollup=never p=7 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 4734ac0943 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (5ed61a4): 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: 650.829s -> 650.158s (-0.10%) |
Successful merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup