about summary refs log tree commit diff
path: root/tests/ui/transmutability/uninhabited.stderr
AgeCommit message (Expand)AuthorLines
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-3/+3
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-3/+3
2025-06-02Use the informative error as the main const eval error messageOli Scherer-6/+6
2025-05-09Merge typeck loop with static/const item eval loopOli Scherer-18/+18
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-6/+0
2025-02-28Shorten span of panic failures in const contextEsteban Küber-3/+3
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-5/+0
2024-12-01fix safe-transmute handling of enumsRalf Jung-1/+23
2024-08-27safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom`Jack Wrenn-4/+4
2024-06-14safe transmute: support non-ZST, variantful, uninhabited enumsJack Wrenn-6/+36
2024-04-08Compute transmutability from `rustc_target::abi::Layout`Jack Wrenn-0/+86