-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 6 pull requests #109714
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 #109714
Conversation
added ui test blessed stderrs fixed typo reblessed
It factors out a repeated code pattern.
It has a single callsite.
Because it has a single call site, and it lets us move a small amount of the work outside the loop.
…ifferences for them
…er-errors,WaffleLapkin Improve error message when writer is forgotten in write and writeln macro Modified write! macro error message when writer is forgotten as in issue rust-lang#108713 Fixes rust-lang#108713 r? ``@WaffleLapkin``
…compiler-errors Streamline fast rejection Some reworkings of this code that make it a little nicer. r? `@lcnr`
…th-hard-tabs, r=petrochenkov AnnotationColumn struct to fix hard tab column numbers in errors Fixes rust-lang#109537 i don't know if this is the best way of fixing this but it works
… r=bjorn3 do not panic on failure to acquire jobserver token Purpose: remove `panic`. Rust fails to acquire token if an error in build system occurs - environment variable contains incorrect `jobserver-auth`. It isn't ice so compiler shouldn't panic on such error. Related issue: rust-lang#46981
…-errors new solver: check for intercrate mode when accessing the cache r? ``@compiler-errors``
…er-errors Specialization involving RPITITs is broken so ignore the diagnostic differences Just bless the corresponding test for `-Zlower-impl-trait-in-trait-to-assoc-ty` r? `@compiler-errors`
@bors r+ rollup=never p=6 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: acd27bb557 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (40cd031): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RQ
Successful merges:
Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup