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
37,573
Commits
2
Branches
0
Tags
1.4
GiB
f72b164510
Commit Graph
2 Commits
Author
SHA1
Message
Date
Jorge Aparicio
ed4bebda96
remove some
slicing_syntax
feature gates
2015-01-07 18:37:04 -05:00
Niko Matsakis
2486d93e5b
Fix ICE that @steveklabnik encountered in rust-ice. The problems turned out to be that were being very loose with bound regions in trans (we were basically just ignoring and flattening binders). Since binders are significant to subtyping and hence to trait selection, this can cause a lot of problems. So this patch makes us treat them more strictly -- for example, we propagate binders, and avoid skipping past the
Binder
by writing
foo.0
.
...
Fixes
#20644
.
2015-01-06 13:42:42 -05:00