]> git.lizzy.rs Git - rust.git/commit
Corrects issue #28777 by removing, once a binary operator is found, the
authorAaron Keen <aaronkeen@gmail.com>
Mon, 14 Dec 2015 20:32:16 +0000 (21:32 +0100)
committerAaron Keen <aaronkeen@gmail.com>
Mon, 14 Dec 2015 20:32:16 +0000 (21:32 +0100)
commit35f2fe52c2d4c55236446ebdac11ba44cc3704cd
treef845cd245acbe206265c4d82c0708a1a10202c53
parent6b3a3f270219819f8f98c2b6807ff70b92a941ac
Corrects issue #28777 by removing, once a binary operator is found, the
RESTRICTION_STMT_EXPR restriction to allow subsequent expressions to
contain braces.

https://github.com/rust-lang/rust/issues/28777
src/libsyntax/parse/parser.rs