diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2022-05-03 14:59:03 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-03 14:59:03 +0900 |
| commit | 279d80127a01eae0174ca92e695a926284ea9e1a (patch) | |
| tree | 516b0e6b05e4865256f52689338f5cd43dd14ec5 /src/librustdoc/html/static/js/source-script.js | |
| parent | 1e6b880b846251e0ceb75bbb069886d2b641ad01 (diff) | |
| parent | 7790b6e1c075a29274b4ee1e598b2f21bf363699 (diff) | |
| download | rust-279d80127a01eae0174ca92e695a926284ea9e1a.tar.gz rust-279d80127a01eae0174ca92e695a926284ea9e1a.zip | |
Rollup merge of #96646 - estebank:issue-96638, r=jackh726
Mitigate impact of subtle invalid call suggestion logic There's some subtle interaction between inferred expressions being passed as an argument to fn calls with fewer than expected arguments. To avoid the ICE, I'm changing indexing operations with `.get(idx)`, but the underlying logic still needs to be audited as it was written with the assumption that `final_arg_types` and `provided_args` have the right length. Address #96638.
Diffstat (limited to 'src/librustdoc/html/static/js/source-script.js')
0 files changed, 0 insertions, 0 deletions
