forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 794c7f4
Rollup merge of rust-lang#101789 - gimbles:let, r=estebank
`let`'s not needed in struct field definitions
Fixes rust-lang#101683 File tree
2 files changed
+25
-3
lines changed- compiler/rustc_parse/src/parser
- src/test/ui/parser
2 files changed
+25
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1788 | 1788 |
| |
1789 | 1789 |
| |
1790 | 1790 |
| |
1791 | - | ||
1791 | + | ||
1792 | + | ||
1793 | + | ||
1794 | + | ||
1795 | + | ||
1796 | + | ||
1797 | + | ||
1798 | + | ||
1799 | + | ||
1800 | + | ||
1801 | + | ||
1802 | + | ||
1803 | + | ||
1804 | + | ||
1805 | + | ||
1806 | + | ||
1807 | + | ||
1792 | 1808 |
| |
1793 | 1809 |
| |
1794 | 1810 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
5 | - | ||
6 | 4 |
| |
7 | 5 |
| |
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
8 | 14 |
| |
9 | 15 |
| |
10 | 16 |
|
0 commit comments