]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #33696 - nham:add-test-21225, r=luqmana
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 19 May 2016 15:51:05 +0000 (21:21 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Thu, 19 May 2016 15:51:05 +0000 (21:21 +0530)
commit7acb22ab543469c3be3b9ebf26467dd0cdf6b464
tree272ae3af3940b51f8a05cc9c53afd9b864dd3cf4
parente4f33d5ae789b6081b73a125d3a847cd5d43b5c8
parente2bf1f85330b80e837d35cf3ef3f93cd2c22407d
Rollup merge of #33696 - nham:add-test-21225, r=luqmana

Add regression tests for error message when using enum variant as a type

I'm guessing these were actually fixed with PR #27085.

Closes #21225
Closes #19197