]> git.lizzy.rs Git - rust.git/commit
dedicated handling for binops on bool and char (UB if they are not valid)
authorRalf Jung <post@ralfj.de>
Fri, 24 Aug 2018 16:36:52 +0000 (18:36 +0200)
committerRalf Jung <post@ralfj.de>
Mon, 27 Aug 2018 16:12:49 +0000 (18:12 +0200)
commit548b3738c2fa83d8ba91384cbcd2df37b2eba45c
tree4ba3f8259ad2b058192ee9bd6513ee7e7a45c270
parent9cfc9f07657dca1a08f99656dd1cd8da4b7db0c7
dedicated handling for binops on bool and char (UB if they are not valid)
src/librustc/mir/interpret/value.rs
src/librustc_mir/interpret/operator.rs