rust/src/librustdoc
Patrick Walton 9b9ef44233 libsyntax: Allow + to separate trait bounds from objects.
RFC #27.

After a snapshot, the old syntax will be removed.

This can break some code that looked like `foo as &Trait:Send`. Now you
will need to write `foo as (&Trait+Send)`.

Closes #12778.

[breaking-change]
2014-06-13 13:53:34 -07:00
..
2014-06-11 16:04:24 -07:00
2014-06-11 09:51:37 -07:00
2014-06-09 17:46:27 -07:00
2014-06-11 09:51:37 -07:00