File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1317,10 +1317,10 @@ let fptr: extern "C" fn() -> int = new_int;
13171317Extern functions may be called directly from Rust code as Rust uses large,
13181318contiguous stack segments like C.
13191319
1320- ### Type definitions
1320+ ### Type aliases
13211321
1322- A _ type definition _ defines a new name for an existing [ type] ( #types ) . Type
1323- definitions are declared with the keyword ` type ` . Every value has a single,
1322+ A _ type alias _ defines a new name for an existing [ type] ( #types ) . Type
1323+ aliases are declared with the keyword ` type ` . Every value has a single,
13241324specific type; the type-specified aspects of a value include:
13251325
13261326* Whether the value is composed of sub-values or is indivisible.
You can’t perform that action at this time.
0 commit comments