File tree
7 files changed
+75
-62
lines changed- compiler
- rustc_builtin_macros/src
- rustc_feature/src
- rustc_parse/src
- src
- doc
- tools
- rust-analyzer/crates/hir-expand/src
7 files changed
+75
-62
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
| 48 | + | |
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
| |
|
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
248 | 248 |
| |
249 | 249 |
| |
250 | 250 |
| |
251 |
| - | |
| 251 | + | |
| 252 | + | |
252 | 253 |
| |
253 | 254 |
| |
254 | 255 |
| |
|
- ci/dictionary.txt-3
- src/SUMMARY.md+4-4
- src/appendix-01-keywords.md+3-1
- src/ch17-00-async-await.md+92-102
- src/ch17-01-futures-and-syntax.md+190-196
- src/ch17-02-concurrency-with-async.md+101-123
- src/ch17-03-more-futures.md+137-152
- src/ch17-04-streams.md+172-183
- src/ch17-05-traits-for-async.md+227-229
- src/ch17-06-futures-tasks-threads.md+69-68
- src/ch20-01-unsafe-rust.md+8-6
- crates/cargo-test-macro/src/lib.rs+16-14
- src/bin/cargo/commands/fix.rs+3-5
- src/cargo/core/workspace.rs+13-25
- src/cargo/ops/fix.rs+1-1
- src/cargo/util/context/de.rs+10-6
- src/cargo/util/context/key.rs-10
- src/cargo/util/context/mod.rs+28-43
- src/cargo/util/context/path.rs+2-6
- src/doc/man/cargo-fix.md+1-1
- src/doc/man/generated_txt/cargo-fix.txt+1-2
- src/doc/src/commands/cargo-fix.md+1-1
- src/etc/man/cargo-fix.1+1-1
- tests/testsuite/cargo_fix/help/stdout.term.svg+54-56
- tests/testsuite/config.rs-32
- tests/testsuite/fix.rs+3-3
- tests/testsuite/freshness.rs+1
- tests/testsuite/freshness_checksum.rs+1
- tests/testsuite/workspaces.rs+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
0 commit comments