bors c329a17461 auto merge of #13079 : alexcrichton/rust/colons, r=cmr
The previous syntax was `Foo:Bound<trait-parameters>`, but this is a little
ambiguous because it was being parsed as `Foo: (Bound<trait-parameters)` rather
than `Foo: (Bound) <trait-parameters>`

This commit changes the syntax to `Foo<trait-parameters>: Bound` in order to be
clear where the trait parameters are going.

Closes #9265
2014-03-26 19:32:01 -07:00
..
2014-03-15 22:56:46 -07:00
2014-03-15 22:56:46 -07:00
2014-03-23 01:59:11 -04:00
2014-03-15 22:56:46 -07:00
2014-03-23 01:59:11 -04:00
2014-03-23 05:41:23 -04:00
2014-03-23 05:41:23 -04:00
2014-03-22 08:48:20 -07:00