about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/builder.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-08-22 20:52:56 +0200
committerGitHub <noreply@github.com>2021-08-22 20:52:56 +0200
commit3e8e8d2dad6181f58e78c14b9dd19c267ad602c0 (patch)
tree3d677a60db94c2fc7a5394f813e0604a6c739892 /compiler/rustc_codegen_llvm/src/builder.rs
parent518b27b57ae2ce9e3a10f167c36385b1dbbbf614 (diff)
parentabab99e02b3826355645889d6b53b33414e5f4d5 (diff)
downloadrust-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