]> git.lizzy.rs Git - rust.git/commit
Add run-pass case for issue #14308
authorKevin Ballard <kevin@sb.org>
Wed, 21 May 2014 01:20:26 +0000 (18:20 -0700)
committerKevin Ballard <kevin@sb.org>
Wed, 21 May 2014 02:52:24 +0000 (19:52 -0700)
commitebe1d8ec2a685a846941cbe605a58c162bacf8ae
tree801329303ce26c4313b3a4ac50bf4af3f9c99b77
parente546452727379f701f2104eb826141a29d4b39fd
Add run-pass case for issue #14308

Enum wildcard patterns in match behave wrong when applied to tuple
structs. They either ICE or cause an LLVM error.
src/test/run-pass/issue-14308.rs [new file with mode: 0644]