File tree
6 files changed
+12
-22
lines changed- compiler
- rustc_driver_impl/src
- rustc_errors/src
- rustc_interface/src
- rustc_parse/src/parser
- rustc_session/src
6 files changed
+12
-22
lines changedDiff for: compiler/rustc_driver_impl/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1024 | 1024 |
| |
1025 | 1025 |
| |
1026 | 1026 |
| |
1027 |
| - | |
| 1027 | + | |
1028 | 1028 |
| |
1029 | 1029 |
| |
1030 | 1030 |
| |
|
Diff for: compiler/rustc_errors/src/lib.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1048 | 1048 |
| |
1049 | 1049 |
| |
1050 | 1050 |
| |
1051 |
| - | |
1052 |
| - | |
| 1051 | + | |
| 1052 | + | |
1053 | 1053 |
| |
1054 | 1054 |
| |
1055 | 1055 |
| |
|
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
442 | 442 |
| |
443 | 443 |
| |
444 | 444 |
| |
445 |
| - | |
446 | 445 |
| |
447 | 446 |
| |
448 | 447 |
| |
|
Diff for: compiler/rustc_interface/src/tests.rs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
69 | 68 |
| |
70 | 69 |
| |
71 | 70 |
| |
|
+3-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
| 44 | + | |
| 45 | + | |
48 | 46 |
| |
49 | 47 |
| |
50 | 48 |
| |
|
Diff for: compiler/rustc_session/src/session.rs
+6-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
965 | 965 |
| |
966 | 966 |
| |
967 | 967 |
| |
968 |
| - | |
969 | 968 |
| |
970 | 969 |
| |
971 | 970 |
| |
| |||
990 | 989 |
| |
991 | 990 |
| |
992 | 991 |
| |
993 |
| - | |
994 |
| - | |
995 |
| - | |
996 |
| - | |
997 |
| - | |
998 |
| - | |
999 |
| - | |
1000 |
| - | |
1001 | 992 |
| |
1002 | 993 |
| |
1003 | 994 |
| |
| |||
1012 | 1003 |
| |
1013 | 1004 |
| |
1014 | 1005 |
| |
1015 |
| - | |
1016 |
| - | |
1017 |
| - | |
| 1006 | + | |
| 1007 | + | |
| 1008 | + | |
| 1009 | + | |
| 1010 | + | |
| 1011 | + | |
1018 | 1012 |
| |
1019 | 1013 |
| |
1020 | 1014 |
| |
|
0 commit comments