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
41,188
Commits
2
Branches
0
Tags
1.4
GiB
a691f1eefe
Commit Graph
3 Commits
Author
SHA1
Message
Date
Huon Wilson
0c70ce1424
Update compile fail tests to use isize.
2015-01-08 11:02:24 -05:00
Erik Price
5731ca3078
Make 'self lifetime illegal.
...
Also remove all instances of 'self within the codebase. This
fixes
#10889
.
2013-12-11 10:54:06 -08:00
Niko Matsakis
6b23d20452
Prohibit assignment to
&mut
pointers that are found in frozen or borrowed locations.
...
Fixes
#8625
.
2013-08-21 12:02:21 -04:00