about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/ptr_key.rs
AgeCommit message (Collapse)AuthorLines
2022-02-15Rename `PtrKey` as `Interned` and improve it.Nicholas Nethercote-37/+0
In particular, there's now more protection against incorrect usage, because you can only create one via `Interned::new_unchecked`, which makes it more obvious that you must be careful. There are also some tests.
2020-08-30mv compiler to compiler/mark-0/+37