rust/src/libsyntax
Patrick Walton ae067477fb libsyntax: Stop parsing + with no bounds after it.
This will break code that looks like `Box<Trait+>`. Change that code to
`Box<Trait>` instead.

Closes #14925.

[breaking-change]
2014-06-20 15:46:58 -07:00
..
2014-06-17 23:41:03 +02:00
2014-06-16 18:16:36 -07:00
2014-06-15 23:30:24 -07:00