rust/src/libsyntax
Esteban Küber e3b8550a60 Point out correct turbofish usage on Foo<Bar<Baz>>
Whenever we parse a chain of binary operations, as long as the first
operation is `<` and the subsequent operations are either `>` or `<`,
present the following diagnostic help:

    use `::<...>` instead of `<...>` if you meant to specify type arguments

This will lead to spurious recommendations on situations like
`2 < 3 < 4` but should be clear from context that the help doesn't apply
in that case.
2017-03-14 12:09:21 -07:00
..
2017-02-03 13:25:46 -08:00
2017-01-22 21:37:38 +00:00
2017-02-21 15:52:14 +01:00
2016-11-21 09:00:56 +00:00
2017-03-03 02:15:39 +00:00