Commit a41655b
committed
Auto merge of rust-lang#101544 - matthiaskrgr:rollup-4urx917, r=matthiaskrgr
Rollup of 14 pull requests
Successful merges:
- rust-lang#101343 (Add -api-level to pm command)
- rust-lang#101416 (stdio: Document no support for writing to non-blocking stdio/stderr)
- rust-lang#101435 (Remove unnecessary `EMIT_MIR_FOR_EACH_BITWIDTH`)
- rust-lang#101493 (Pass ImplTraitContext as &mut to avoid the need of ImplTraitContext::reborrow)
- rust-lang#101502 (Do not suggest a semicolon for a macro without `!`)
- rust-lang#101503 (Add debug calls)
- rust-lang#101506 (rustdoc: remove unused CSS `#main-content > .since`)
- rust-lang#101507 (rustdoc: remove unused CSS `#main-content > table td`)
- rust-lang#101521 (Rustdoc-Json: More accurate struct type.)
- rust-lang#101525 (Fix typo in pass_manager.rs)
- rust-lang#101534 (rustdoc: remove unused mobile CSS `.rustdoc { flex-direction }`)
- rust-lang#101535 (Fix error printing mistake in tidy)
- rust-lang#101536 (Add documentation for Attr::is_doc_comment)
- rust-lang#101538 (rustdoc: remove unused CSS `.content .methods > div`)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
992 | 992 | | |
993 | 993 | | |
994 | 994 | | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
995 | 998 | | |
996 | 999 | | |
997 | 1000 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
110 | 116 | | |
111 | 117 | | |
112 | 118 | | |
| |||
147 | 153 | | |
148 | 154 | | |
149 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
150 | 159 | | |
151 | 160 | | |
152 | 161 | | |
| |||
179 | 188 | | |
180 | 189 | | |
181 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
182 | 194 | | |
183 | 195 | | |
184 | 196 | | |
| |||
0 commit comments