]> git.lizzy.rs Git - rust.git/commit
Add reftest that checks the layout of repr(int) on non-c-like enums
authorAlexis Beingessner <a.beingessner@gmail.com>
Wed, 1 Nov 2017 15:46:17 +0000 (11:46 -0400)
committerAlexis Beingessner <a.beingessner@gmail.com>
Wed, 8 Nov 2017 17:47:39 +0000 (12:47 -0500)
commite156f89e116f662110d01476c4ae4b400a8fa75d
tree9fb3c857cedc6fbccccca8e801a0924782b73cd9
parent2f581cf9d692781847bede5d966b098a5d09b5e4
Add reftest that checks the layout of repr(int) on non-c-like enums

This verifies the layout specified in rfc #2195
src/test/run-pass/enum-non-c-like-repr-int.rs [new file with mode: 0644]