-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rollup of 4 pull requests #105125
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rollup of 4 pull requests #105125
Conversation
DIV tags have block display by default. It is from when this rule used to target a SPAN tag, but became redundant in 4bd6748.
Fix `expr_to_spanned_string` ICE Fixes rust-lang#105011
Extract llvm datalayout parsing out of spec module fix rust-lang#103693 (comment)
…-div-desc, r=GuillaumeGomez rustdoc: remove redundant CSS `div.desc { display: block }` DIV tags have block display by default. It is from when this rule used to target a SPAN tag, but became redundant in 4bd6748.
Fix ICE from rust-lang#105101 Fixes rust-lang#105101 Rather than comparing idents, compare spans, which should be unique to each variant.
@bors r+ rollup=never p=4 |
⌛ Testing commit ee9eaa6 with merge 55a66cdaaf8da778b3cb3ab16bbf574fc063b603... |
💔 Test failed - checks-actions |
@bors retry might be one of those spurious rustdoc failures |
The job Click to see the possible cause of the failure (guessed by this bot)
|
☀️ Test successful - checks-actions |
1 similar comment
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: c090c6880c In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
📌 Perf builds for each rolled up PR: previous master: 367ecffe52 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (c090c68): 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.
CyclesResultsThis 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.
|
Successful merges:
expr_to_spanned_string
ICE #105078 (Fixexpr_to_spanned_string
ICE)div.desc { display: block }
#105088 (rustdoc: remove redundant CSSdiv.desc { display: block }
)#[derive(Default)]
on enum with repeated variant names #105101)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup