]> git.lizzy.rs Git - rust.git/commit - src/librustc_llvm/build.rs
Rollup merge of #74650 - estebank:ambiguous-expr-binop, r=eddyb
authorTyler Mandry <tmandry@gmail.com>
Fri, 14 Aug 2020 01:00:00 +0000 (18:00 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Aug 2020 01:00:00 +0000 (18:00 -0700)
commit5b5eec72561f927056cfb045d7baaa15cd919532
tree7f432435d2c666da3859a09cec13dbc6b03ec3cc
parent81dc88f88f92ba8ad7465f9cba10c12d3a7b70f1
parent9b5a974bd5c398e5706e463045121b20f0f6abb9
Rollup merge of #74650 - estebank:ambiguous-expr-binop, r=eddyb

Correctly parse `{} && false` in tail expression

Fix #74233, fix #54186.
src/librustc_parse/parser/expr.rs
src/librustc_typeck/check/demand.rs
src/librustc_typeck/check/mod.rs