rustc: Implement and enforce instance coherence
This commit is contained in:
parent
b5729bd600
commit
db020ab63c
111 changed files with 1746 additions and 526 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue