summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/union-ub.rs
AgeCommit message (Expand)AuthorLines
2022-10-07make const_err a hard errorRalf Jung-1/+0
2022-08-26make read_immediate error immediately on uninit, so ImmTy can carry initializ...Ralf Jung-1/+2
2021-03-31Rename stderr->64bit.stderr where needed.Hameer Abbasi-0/+1
2020-07-05const validation: add test for uninit boolRalf Jung-0/+3
2019-08-30const-eval tests: make all unions repr(C)Ralf Jung-0/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-05fix validation error on non-integer enum discriminantsRalf Jung-0/+2
2018-10-25Report const eval error inside the queryOliver Schneider-1/+1
2018-10-09switch validation of scalars to be type-drivenRalf Jung-2/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+45