introduce an owned kind for data that contains no borrowed ptrs
This commit is contained in:
parent
d809336d0f
commit
0e42004bab
25 changed files with 245 additions and 142 deletions
|
@ -313,7 +313,7 @@ fn restricted_keyword_table() -> hashmap<~str, ()> {
|
|||
~"if", ~"iface", ~"impl", ~"import",
|
||||
~"let", ~"log", ~"loop",
|
||||
~"mod", ~"mut",
|
||||
~"new",
|
||||
~"new", ~"owned",
|
||||
~"pure", ~"ret",
|
||||
~"true", ~"trait", ~"type",
|
||||
~"unchecked", ~"unsafe",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue