about summary refs log tree commit diff
path: root/tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.diff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-10-27 21:40:28 +0000
committerGitHub <noreply@github.com>2021-10-27 21:40:28 +0000
commit210a1d5ece776320ab4a36c25d0442a197939aa9 (patch)
tree58b1773624ff1ee756a14a0958733db7ed0211d6 /tests/mir-opt/lower_array_len.array_len_raw.NormalizeArrayLen.diff
parent9d1f15086adf2cb0edc8f2d1c9aa7a79241dae68 (diff)
parentd800a1bc93e4b2eaeb0b196a9de41f74f8272680 (diff)
downloadrust-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