mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
cdb012e0ba
codegen_llvm/llvm_type: avoid matching on the Rust type This `match` is highly suspicious. Looking at `scalar_llvm_type_at` I think it makes no difference. But if it were to make a difference that would be a huge problem, since it doesn't look through `repr(transparent)`! Cc `@eddyb` `@bjorn3`