File tree
168 files changed
+1290
-671
lines changed- compiler
- rustc_ast_passes/src
- rustc_error_codes/src/error_codes
- rustc_error_messages/src
- rustc_errors/src
- rustc_feature/src
- rustc_hir_analysis
- src
- astconv
- check
- rustc_hir_typeck/src/fn_ctxt
- rustc_trait_selection/src/traits/error_reporting
- tests
- incremental/hashes
- mir-opt/dataflow-const-prop
- ui
- associated-types
- closures
- const-generics
- generic_arg_infer
- issues
- consts
- coroutine
- dst
- enum
- enum-discriminant
- error-codes
- extern
- feature-gates
- generic-associated-types
- generics
- half-open-range-patterns
- impl-trait
- in-trait
- inline-const
- issues
- iterators
- lang-items
- lazy-type-alias
- lifetimes
- lint/dead-code
- malformed
- match
- methods/issues
- never_type
- object-safety
- parser
- pattern
- range
- regions
- rfcs/rfc-2632-const-trait-impl
- self
- str
- suggestions
- trait-bounds
- traits
- next-solver/overflow
- try-block
- type-alias-impl-trait
- unsafe
- unsized
- variance
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
168 files changed
+1290
-671
lines changed+13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
362 | 362 |
| |
363 | 363 |
| |
364 | 364 |
| |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
365 | 378 |
| |
366 | 379 |
| |
367 | 380 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
378 | 378 |
| |
379 | 379 |
| |
380 | 380 |
| |
381 |
| - | |
| 381 | + | |
382 | 382 |
| |
383 | 383 |
| |
384 | 384 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
89 | 93 |
| |
90 | 94 |
| |
91 | 95 |
| |
|
Diff for: compiler/rustc_errors/src/diagnostic.rs
+8-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 3 | + | |
| 4 | + | |
6 | 5 |
| |
7 | 6 |
| |
8 | 7 |
| |
| |||
233 | 232 |
| |
234 | 233 |
| |
235 | 234 |
| |
236 |
| - | |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 |
| - | |
| 235 | + | |
241 | 236 |
| |
242 |
| - | |
| 237 | + | |
| 238 | + | |
243 | 239 |
| |
244 |
| - | |
245 | 240 |
| |
246 | 241 |
| |
247 | 242 |
| |
248 | 243 |
| |
| 244 | + | |
249 | 245 |
| |
250 | 246 |
| |
251 | 247 |
| |
| |||
304 | 300 |
| |
305 | 301 |
| |
306 | 302 |
| |
307 |
| - | |
| 303 | + | |
308 | 304 |
| |
309 | 305 |
| |
310 | 306 |
| |
311 |
| - | |
| 307 | + | |
312 | 308 |
| |
313 | 309 |
| |
314 | 310 |
| |
|
Diff for: compiler/rustc_errors/src/emitter.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2118 | 2118 |
| |
2119 | 2119 |
| |
2120 | 2120 |
| |
| 2121 | + | |
2121 | 2122 |
| |
2122 | 2123 |
| |
2123 | 2124 |
| |
|
0 commit comments