]> git.lizzy.rs Git - rust.git/commit
Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakis
authorbors <bors@rust-lang.org>
Fri, 28 Apr 2017 22:28:11 +0000 (22:28 +0000)
committerbors <bors@rust-lang.org>
Fri, 28 Apr 2017 22:28:11 +0000 (22:28 +0000)
commit810ed98d08158574e98b504c0955fce6c6a72ad9
treeafc14f78d61b4ba2404af0b25f23dd9753a020f1
parent128aa262e8fe445f5c4d5c1f15dd28a2007c0234
parentd349e87d61745d402f6e38727beb62a6525a2153
Auto merge of #41542 - petrochenkov:objpars2, r=nikomatsakis

syntax: Parse trait object types starting with a lifetime bound

Fixes https://github.com/rust-lang/rust/issues/39085

This was originally implemented in https://github.com/rust-lang/rust/pull/40043, then reverted, then there was some [agreement](https://github.com/rust-lang/rust/issues/39318#issuecomment-289108720) that it should be supported.
(This is hopefully the last PR related to bound parsing.)
src/libsyntax/parse/parser.rs