]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #15062 : pcwalton/rust/trailing-plus, r=brson
authorbors <bors@rust-lang.org>
Sat, 21 Jun 2014 15:36:39 +0000 (15:36 +0000)
committerbors <bors@rust-lang.org>
Sat, 21 Jun 2014 15:36:39 +0000 (15:36 +0000)
This will break code that looks like `Box<Trait+>`. Change that code to
`Box<Trait>` instead.

Closes #14925.

[breaking-change]

r? @brson

1  2 
src/libsyntax/parse/parser.rs

Simple merge