]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #41077 - petrochenkov:boundparen, r=nikomatsakis
authorCorey Farwell <coreyf@rwell.org>
Sat, 22 Apr 2017 13:02:56 +0000 (09:02 -0400)
committerGitHub <noreply@github.com>
Sat, 22 Apr 2017 13:02:56 +0000 (09:02 -0400)
commit5e1351b17ba0c9f099ba624162ed02de041e402d
tree48cd92c6eb743482b11022521dc7968e2ac20c98
parentff13b7c91813eb178c98a7abc661acaf5c41dc31
parent8838cd10f2374ed51c4b219c1f070d0c29af3b86
Rollup merge of #41077 - petrochenkov:boundparen, r=nikomatsakis

syntax: Support parentheses around trait bounds

An implementation for https://github.com/rust-lang/rust/issues/39318#issuecomment-290956826

r? @nikomatsakis