Commit 0fc75d2
authored
Unrolled build for #152250
Rollup merge of #152250 - JonathanBrouwer:convert_finish, r=jdonszelmann
Remove support for slugs in diagnostic messages
This PR contains 5 commits, and is best reviewed commit-by-commit:
- ea87331 Removes support from slugs from `rustc_errors`
- 62dd371 Removes support from slugs from `rustc_macros` (which declares `derive(Diagnostic)`)
- 2289e6c Adjuist the `ui-fulldeps` testsuite to match the changes in `rustc_macros`
- 0db0acd Removes support for the fallback bundle (which previously contained all messages, but is now empty) from `rustc_driver_impl` and `rustc_session`
- 81d4214 Removes an integration test that tested the translation system using fluentFile tree
27 files changed
+213
-656
lines changed- compiler
- rustc_driver_impl/src
- rustc_error_messages/src
- rustc_errors/src
- json
- rustc_interface/src
- rustc_macros/src/diagnostics
- rustc_parse/src/parser
- rustc_session/src
- src/librustdoc
- clean
- tests/ui-fulldeps
- session-diagnostic
27 files changed
+213
-656
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | 114 | | |
117 | 115 | | |
118 | 116 | | |
| |||
219 | 217 | | |
220 | 218 | | |
221 | 219 | | |
222 | | - | |
223 | 220 | | |
224 | 221 | | |
225 | 222 | | |
| |||
1528 | 1525 | | |
1529 | 1526 | | |
1530 | 1527 | | |
1531 | | - | |
| 1528 | + | |
1532 | 1529 | | |
1533 | 1530 | | |
1534 | 1531 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | 233 | | |
237 | 234 | | |
238 | 235 | | |
| |||
244 | 241 | | |
245 | 242 | | |
246 | 243 | | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | 244 | | |
251 | 245 | | |
252 | 246 | | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | 247 | | |
260 | 248 | | |
261 | 249 | | |
| |||
288 | 276 | | |
289 | 277 | | |
290 | 278 | | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | 279 | | |
298 | 280 | | |
299 | 281 | | |
| |||
305 | 287 | | |
306 | 288 | | |
307 | 289 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
322 | 293 | | |
323 | 294 | | |
324 | 295 | | |
325 | 296 | | |
326 | 297 | | |
327 | 298 | | |
328 | | - | |
| 299 | + | |
329 | 300 | | |
330 | 301 | | |
331 | 302 | | |
| |||
355 | 326 | | |
356 | 327 | | |
357 | 328 | | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | 329 | | |
363 | 330 | | |
364 | 331 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
| |||
This file was deleted.
0 commit comments