This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
34,950
Commits
2
Branches
0
Tags
1.4
GiB
193390d0e4
Commit Graph
1 Commits
Author
SHA1
Message
Date
Niko Matsakis
221edbae38
Support parenthesized paths
Foo(A,B) -> C
that expand to
Foo<(A,B),C>
. These paths also bind anonymous regions (or will, once HRTB is fully working).
...
Fixes
#18423
.
2014-11-06 06:48:23 -05:00