mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
8c7840e8cb
Using symbol::Interner makes it very easy to mixup UniqueTypeId symbols with the global interner. In fact the Debug implementation of UniqueTypeId did exactly this. Using a separate interner type also avoids prefilling the interner with unused symbols and allow for optimizing the symbol interner for parallel access without negatively affecting the single threaded module codegen. |
||
---|---|---|
.. | ||
symbols | ||
hash_stable.rs | ||
lib.rs | ||
lift.rs | ||
query.rs | ||
serialize.rs | ||
session_diagnostic.rs | ||
symbols.rs | ||
type_foldable.rs |