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
44,951
Commits
2
Branches
0
Tags
1.4
GiB
4aaf1beffb
Commit Graph
2 Commits
Author
SHA1
Message
Date
Huon Wilson
0c70ce1424
Update compile fail tests to use isize.
2015-01-08 11:02:24 -05:00
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