1
Fork 0

rustc: Implement and enforce instance coherence

This commit is contained in:
Patrick Walton 2012-07-11 15:00:40 -07:00
parent b5729bd600
commit db020ab63c
111 changed files with 1746 additions and 526 deletions

View file

@ -313,8 +313,11 @@ fn restricted_keyword_table() -> hashmap<~str, ()> {
~"if", ~"iface", ~"impl", ~"import",
~"let", ~"log", ~"loop",
~"mod", ~"mut",
~"new", ~"owned",
~"pure", ~"ret",
~"new",
~"owned",
~"pure",
~"ret",
~"struct",
~"true", ~"trait", ~"type",
~"unchecked", ~"unsafe",
~"while"