diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-10-27 21:40:28 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-27 21:40:28 +0000 |
| commit | 210a1d5ece776320ab4a36c25d0442a197939aa9 (patch) | |
| tree | 58b1773624ff1ee756a14a0958733db7ed0211d6 /tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.diff | |
| parent | 9d1f15086adf2cb0edc8f2d1c9aa7a79241dae68 (diff) | |
| parent | d800a1bc93e4b2eaeb0b196a9de41f74f8272680 (diff) | |
| download | rust-210a1d5ece776320ab4a36c25d0442a197939aa9.tar.gz rust-210a1d5ece776320ab4a36c25d0442a197939aa9.zip | |
Merge #10629
10629: Add assist for replacing turbofish with explicit type. r=Veykril a=terrynsun Converts `::<_>` to an explicit type assignment. ``` let args = args.collect::<Vec<String>>(); ``` -> ``` let args: Vec<String> = args.collect(); ``` Closes #10285 Co-authored-by: Terry Sun <terrynsun@gmail.com>
Diffstat (limited to 'tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.diff')
0 files changed, 0 insertions, 0 deletions
