File tree
25 files changed
+222
-50
lines changed- src
- doc
- liballoc
- libcore
- ptr
- slice
- librustc_expand
- librustc_hir
- librustc_lint
- librustc_mir/const_eval
- librustc_parse/parser
- librustc_typeck
- check/method
- coherence
- librustdoc
- passes
- test/ui/try-block
25 files changed
+222
-50
lines changed- ci/build.sh+6
- ci/dictionary.txt+3
- listings/ch03-common-programming-concepts/no-listing-19-statements-vs-expressions/output.txt+9
- listings/ch10-generic-types-traits-and-lifetimes/no-listing-04-traits-as-parameters/src/lib.rs+1-1
- src/appendix-01-keywords.md+3
- src/appendix-06-translation.md+1
- src/ch01-01-installation.md+1-1
- src/ch03-03-how-functions-work.md+1-13
- src/ch06-02-match.md+6-1
- src/ch07-03-paths-for-referring-to-an-item-in-the-module-tree.md+1-1
- src/ch09-02-recoverable-errors-with-result.md+10-10
- src/ch10-02-traits.md+13-13
- src/ch14-01-release-profiles.md+1-1
- src/ch16-02-message-passing.md+2-2
Submodule embedded-book updated 1 file
- .github/workflows/main.yml+5-2
- CONTRIBUTING.md+7
- STYLE.md+80
- src/attributes.md+3
- src/attributes/codegen.md+6-3
- src/attributes/derive.md+9
- src/behavior-considered-undefined.md+5-5
- src/expressions.md-2
- src/expressions/loop-expr.md+7-3
- src/items/unions.md+1-1
- src/items/use-declarations.md+2-6
- src/type-layout.md+12-5
- src/types/never.md+2-2
- src/visibility-and-privacy.md+10-3
- stable-check/Cargo.lock+3-1
- stable-check/src/main.rs+2-5
- tests/linkcheck.sh-28
Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
46 |
| - | |
| 45 | + | |
| 46 | + | |
47 | 47 |
| |
48 |
| - | |
49 | 48 |
| |
50 | 49 |
| |
51 | 50 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
257 |
| - | |
| 257 | + | |
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
|
Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
706 | 706 |
| |
707 | 707 |
| |
708 | 708 |
| |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
| 735 | + | |
| 736 | + | |
709 | 737 |
| |
710 | 738 |
| |
711 | 739 |
| |
|
Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
894 | 894 |
| |
895 | 895 |
| |
896 | 896 |
| |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
897 | 925 |
| |
898 | 926 |
| |
899 | 927 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1697 | 1697 |
| |
1698 | 1698 |
| |
1699 | 1699 |
| |
1700 |
| - | |
| 1700 | + | |
1701 | 1701 |
| |
1702 | 1702 |
| |
1703 | 1703 |
| |
|
0 commit comments