mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-18 19:06:14 +00:00

- Switch TypeId to 128 bits - Hack around the fact that tracing-subscriber dislikes how TypeId is hashed - Remove lowering of type_id128 from rustc_codegen_llvm - Remove unnecessary `type_id128` intrinsic (just change return type of `type_id`) - Only hash the lower 64 bits of the TypeId - Reword comment
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.