]> git.lizzy.rs Git - rust.git/commit
fix: handle lhs unary in range expression (#3855)
authorCaleb Cartwright <calebcartwright@users.noreply.github.com>
Fri, 11 Oct 2019 09:15:04 +0000 (04:15 -0500)
committerSeiichi Uchida <seuchida@gmail.com>
Fri, 11 Oct 2019 09:15:04 +0000 (18:15 +0900)
commit8210cc1c133cd4201143ba1694d00b3e3fcc1183
tree59fc42bae6ad1a0ef161066bfa8c4056cf82c00c
parent396a2af181abb9adbd9ea1e8db4ed6649844b2bd
fix: handle lhs unary in range expression (#3855)
src/expr.rs
tests/target/issue_3854.rs [new file with mode: 0644]