about summary refs log tree commit diff
path: root/tests/ui/transmutability/uninhabited.rs
AgeCommit message (Expand)AuthorLines
2025-06-02Use the informative error as the main const eval error messageOli Scherer-3/+3
2024-12-01fix safe-transmute handling of enumsRalf Jung-0/+16
2024-08-27safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom`Jack Wrenn-2/+2
2024-06-14safe transmute: support non-ZST, variantful, uninhabited enumsJack Wrenn-1/+23
2024-04-08Compute transmutability from `rustc_target::abi::Layout`Jack Wrenn-0/+71