diff options
| author | Eric Huss <eric@huss.org> | 2021-09-29 19:33:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-29 19:33:36 -0700 |
| commit | 7c23ff278ee1314b8cb30ec37b04c686f47056ad (patch) | |
| tree | b7e9fe33b9a95bfb1081623c34db11dfbf20486f /src/test/codegen/src-hash-algorithm | |
| parent | e24f52294a7dd1ffc9bebe92bde8102a45496f7b (diff) | |
| parent | b226d1751d16d22aa51969702757fa620d3b1eab (diff) | |
| download | rust-7c23ff278ee1314b8cb30ec37b04c686f47056ad.tar.gz rust-7c23ff278ee1314b8cb30ec37b04c686f47056ad.zip | |
Rollup merge of #89098 - GuillaumeGomez:where-bounds-order, r=camelid
Fix generics where bounds order Fixes #88809. Like said on the above issue, the issue is that we were expecting `Symbol` comparisons to be string-based but they are integer-based (because `Symbol` is an integer), messing up the bounds order. To fix it, I simply stored into a `FxIndexMap` instead. r? ``@jyn514``
Diffstat (limited to 'src/test/codegen/src-hash-algorithm')
0 files changed, 0 insertions, 0 deletions
