Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RFC for a more flexible, revised trait matching system #48

Merged
merged 12 commits into from
Jun 10, 2014
Prev Previous commit
Next Next commit
Remove mention of operator overloading from summary; decided to defer…
… that to a later RFC
  • Loading branch information
nikomatsakis committed Apr 16, 2014
commit f96c96b4b2ad9a48300c24b3ffc0afc9d043d370
1 change: 0 additions & 1 deletion active/0000-traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ changes is as follows:
orphans more carefully.
4. Revise vtable resolution algorithm to be gradual.
5. Revise method resolution algorithm in terms of vtable resolution.
6. Define operator overloading in a stricter fashion.

# Motivation

Expand Down