rust/src/librustdoc/clean
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
..
inline.rs rustdoc: Correctly classify enums/typedefs 2014-06-09 17:46:53 -07:00
mod.rs libsyntax: Allow + to separate trait bounds from objects. 2014-06-13 13:53:34 -07:00