diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-10-27 15:54:14 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2023-10-28 09:03:51 +1100 |
| commit | 75e415ba86cc16ee5c0fd3c9007c94ea98995ab3 (patch) | |
| tree | 8b8a7cb1bdf3cb7b50959604ecab4f3fc5b951b6 /tests/coverage/overflow.rs | |
| parent | 32986d895f9105de00a87d7f3d8897477ab64803 (diff) | |
| download | rust-75e415ba86cc16ee5c0fd3c9007c94ea98995ab3.tar.gz rust-75e415ba86cc16ee5c0fd3c9007c94ea98995ab3.zip | |
Optimize `parse_cfgspecs`.
In `parse_cfg`, we now construct a `FxHashSet<String>` directly instead of constructing a `FxHashSet<Symbol>` and then immediately converting it to a `FxHashSet<String>`(!) (The type names made this behaviour non-obvious. The next commit will make the type names clearer.)
Diffstat (limited to 'tests/coverage/overflow.rs')
0 files changed, 0 insertions, 0 deletions
