File tree
5 files changed
+13
-2
lines changed- compiler
- rustc_feature/src
- rustc_query_system/src
- library
- alloc/tests
- core
- src
- tests
5 files changed
+13
-2
lines changedDiff for: compiler/rustc_feature/src/unstable.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
| 135 | + | |
| 136 | + | |
135 | 137 |
| |
136 | 138 |
| |
137 | 139 |
| |
138 |
| - | |
| 140 | + | |
139 | 141 |
| |
140 | 142 |
| |
141 | 143 |
| |
|
Diff for: compiler/rustc_query_system/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
Diff for: library/alloc/tests/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
|
Diff for: library/core/src/intrinsics.rs
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1900 | 1900 |
| |
1901 | 1901 |
| |
1902 | 1902 |
| |
| 1903 | + | |
1903 | 1904 |
| |
1904 | 1905 |
| |
1905 | 1906 |
| |
| |||
1912 | 1913 |
| |
1913 | 1914 |
| |
1914 | 1915 |
| |
| 1916 | + | |
1915 | 1917 |
| |
1916 | 1918 |
| |
1917 | 1919 |
| |
| |||
1933 | 1935 |
| |
1934 | 1936 |
| |
1935 | 1937 |
| |
| 1938 | + | |
1936 | 1939 |
| |
1937 | 1940 |
| |
1938 | 1941 |
| |
| |||
1959 | 1962 |
| |
1960 | 1963 |
| |
1961 | 1964 |
| |
| 1965 | + | |
1962 | 1966 |
| |
1963 | 1967 |
| |
1964 | 1968 |
| |
| |||
1971 | 1975 |
| |
1972 | 1976 |
| |
1973 | 1977 |
| |
| 1978 | + | |
1974 | 1979 |
| |
1975 | 1980 |
| |
1976 | 1981 |
| |
| |||
1992 | 1997 |
| |
1993 | 1998 |
| |
1994 | 1999 |
| |
| 2000 | + | |
1995 | 2001 |
| |
1996 | 2002 |
| |
1997 | 2003 |
| |
| |||
2453 | 2459 |
| |
2454 | 2460 |
| |
2455 | 2461 |
| |
| 2462 | + | |
2456 | 2463 |
| |
2457 | 2464 |
| |
2458 | 2465 |
| |
|
Diff for: library/core/tests/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
| 119 | + | |
119 | 120 |
| |
120 | 121 |
| |
121 | 122 |
| |
|
0 commit comments