This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
66 files changed
+265
-302
lines changed- compiler
- rustc_ast_lowering/src
- rustc_attr_parsing/src/attributes
- rustc_borrowck/src/diagnostics
- rustc_codegen_ssa/src
- rustc_feature/src
- rustc_hir_analysis/src
- collect
- hir_ty_lowering
- rustc_hir/src
- hir
- rustc_lint/src
- rustc_middle/src/ty
- rustc_parse
- src
- parser
- rustc_query_system/src/dep_graph
- rustc_resolve/src
- rustc_span/src
- rustc_trait_selection/src/error_reporting/infer
- nice_region_error
- src
- doc/rustc-dev-guide/src
- librustdoc
- clean
- html
- render
- json
- tools/clippy
- clippy_lints/src
- clippy_utils/src
- tests
- codegen
- enum
- ui
- did_you_mean
- generics
- hygiene
- or-patterns
- parser
- issues
- recover
- pattern/bindings-after-at
- proc-macro
- suggestions
- type
- ascription
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
66 files changed
+265
-302
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1767 | 1767 |
| |
1768 | 1768 |
| |
1769 | 1769 |
| |
1770 |
| - | |
| 1770 | + | |
1771 | 1771 |
| |
1772 | 1772 |
| |
1773 | 1773 |
| |
1774 |
| - | |
| 1774 | + | |
1775 | 1775 |
| |
1776 | 1776 |
| |
1777 | 1777 |
| |
1778 |
| - | |
| 1778 | + | |
1779 | 1779 |
| |
1780 | 1780 |
| |
1781 | 1781 |
| |
1782 |
| - | |
| 1782 | + | |
1783 | 1783 |
| |
1784 |
| - | |
| 1784 | + | |
1785 | 1785 |
| |
1786 | 1786 |
| |
1787 | 1787 |
| |
| |||
2388 | 2388 |
| |
2389 | 2389 |
| |
2390 | 2390 |
| |
2391 |
| - | |
| 2391 | + | |
2392 | 2392 |
| |
2393 | 2393 |
| |
2394 | 2394 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
|
0 commit comments