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
35,382
Commits
2
Branches
0
Tags
1.4
GiB
a04ce71172
Commit Graph
3 Commits
Author
SHA1
Message
Date
Niko Matsakis
39221a013f
Implement the
Fn
trait for bare fn pointers in the compiler rather than doing it using hard-coded impls. This means that it works also for more complex fn types involving bound regions.
Fixes
#19126
.
2014-12-04 01:49:42 -05:00
Jakub Bukaj
7f523e7252
Update tests with the new error messages
2014-10-28 17:54:16 +01:00
Jakub Wieczorek
28bc56828f
Change method lookup to require invariance for mutable references
...
Fixes
#17033
.
Fixes
#15965
.
2014-09-09 20:25:31 +02:00