summary refs log tree commit diff
path: root/src/test/ui/intrinsics/panic-uninitialized-zeroed.rs
AgeCommit message (Expand)AuthorLines
2020-02-29clarify a comment in the testRalf Jung-1/+3
2020-02-29we cannot short-circuit just becuase the Abi seems harmlessRalf Jung-2/+46
2020-02-29make it even more conservative, and note some FIXMEsRalf Jung-0/+2
2020-02-29test some more things that should not panicRalf Jung-5/+14
2020-02-29mem::zeroed/uninit: panic on types that do not permit zero-initializationRalf Jung-0/+113