mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

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.