Switch 'native' to 'extern' (or 'foreign' in some descriptions)
This commit is contained in:
parent
7259195caf
commit
debb7e4641
127 changed files with 249 additions and 249 deletions
|
@ -170,7 +170,7 @@ enum mutability { m_mutbl, m_imm, m_const, }
|
|||
|
||||
#[auto_serialize]
|
||||
enum proto {
|
||||
proto_bare, // native fn
|
||||
proto_bare, // foreign fn
|
||||
proto_any, // fn
|
||||
proto_uniq, // fn~
|
||||
proto_box, // fn@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue