about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-03-22 09:20:22 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-03-26 14:51:41 -0700
commit8118406ecf1fedf2949e8e6fa014086ac7b557e8 (patch)
tree9424dc0d698a79d5b3c8d99b5972f731e789fabc /src/rustllvm/RustWrapper.cpp
parente233a43f5a0e14ceb322b955b16c8967adb2f4a8 (diff)
downloadrust-8118406ecf1fedf2949e8e6fa014086ac7b557e8.tar.gz
rust-8118406ecf1fedf2949e8e6fa014086ac7b557e8.zip
syntax: Tweak parsing bounds on generics paths
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
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions