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
|
@ -62,6 +62,7 @@ enum ty_param_bound {
|
|||
bound_copy,
|
||||
bound_send,
|
||||
bound_const,
|
||||
bound_owned,
|
||||
bound_trait(@ty),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue