diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-08-22 20:52:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-22 20:52:56 +0200 |
| commit | 3e8e8d2dad6181f58e78c14b9dd19c267ad602c0 (patch) | |
| tree | 3d677a60db94c2fc7a5394f813e0604a6c739892 /compiler/rustc_codegen_llvm/src/builder.rs | |
| parent | 518b27b57ae2ce9e3a10f167c36385b1dbbbf614 (diff) | |
| parent | abab99e02b3826355645889d6b53b33414e5f4d5 (diff) | |
| download | rust-3e8e8d2dad6181f58e78c14b9dd19c267ad602c0.tar.gz rust-3e8e8d2dad6181f58e78c14b9dd19c267ad602c0.zip | |
Rollup merge of #88238 - m-ou-se:used-imports-no-track-namespace, r=estebank
Stop tracking namespace in used_imports. This changes `used_imports` from a `FxHashSet<(NodeId, Namespace)>` to a `FxHashSet<NodeId>`, as the Namespace information isn't used. The only point that uses it did three lookups, `|=`'ing them together. r? `@estebank`
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/builder.rs')
0 files changed, 0 insertions, 0 deletions
