]> git.lizzy.rs Git - rust.git/commit
auto merge of #18721 : SimonSapin/rust/safer-enumset, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 7 Nov 2014 13:31:25 +0000 (13:31 +0000)
committerbors <bors@rust-lang.org>
Fri, 7 Nov 2014 13:31:25 +0000 (13:31 +0000)
commit223ca7643976c89c76d78337a5f7a9b1677cc0f1
treef320b9f07101a010124ea5a02ed5daf762fad25c
parent97a57ec909e61ecabadfce11fb9b36b2fe3783df
parentd8ab2f87c1705bff4f212cfb6d00ee4770abc1e1
auto merge of #18721 : SimonSapin/rust/safer-enumset, r=alexcrichton

Assert at run time instead. Fixes #13756.

I’d rather have this be detected at compile-time, but I don’t know how to do that.