This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
65 files changed
+369
-466
lines changed- compiler
- rustc_borrowck/src
- diagnostics
- region_infer
- rustc_const_eval/src/transform/check_consts
- rustc_errors/src
- rustc_expand/src/mbe
- rustc_infer/src/infer/error_reporting
- nice_region_error
- rustc_lint/src
- rustc_middle/src
- middle
- traits
- ty
- rustc_mir_build/src/thir/pattern
- rustc_parse/src
- lexer
- parser
- rustc_resolve/src
- late
- rustc_session/src
- rustc_trait_selection/src/traits
- error_reporting
- select
- rustc_typeck/src
- astconv
- check
- fn_ctxt
- method
- structured_errors
- src
- librustdoc/passes
- tools/clippy
- clippy_lints/src
- clippy_utils/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
65 files changed
+369
-466
lines changedLines changed: 5 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
782 | 782 |
| |
783 | 783 |
| |
784 | 784 |
| |
785 |
| - | |
| 785 | + | |
786 | 786 |
| |
787 | 787 |
| |
788 | 788 |
| |
| |||
855 | 855 |
| |
856 | 856 |
| |
857 | 857 |
| |
858 |
| - | |
| 858 | + | |
859 | 859 |
| |
860 | 860 |
| |
861 | 861 |
| |
| |||
1835 | 1835 |
| |
1836 | 1836 |
| |
1837 | 1837 |
| |
1838 |
| - | |
| 1838 | + | |
1839 | 1839 |
| |
1840 | 1840 |
| |
1841 | 1841 |
| |
| |||
2362 | 2362 |
| |
2363 | 2363 |
| |
2364 | 2364 |
| |
2365 |
| - | |
2366 |
| - | |
2367 |
| - | |
2368 |
| - | |
2369 |
| - | |
| 2365 | + | |
2370 | 2366 |
| |
2371 | 2367 |
| |
2372 | 2368 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| |||
275 | 275 |
| |
276 | 276 |
| |
277 | 277 |
| |
278 |
| - | |
| 278 | + | |
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
|
0 commit comments