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 @@ -1318,10 +1318,10 @@ let fptr: extern "C" fn() -> int = new_int;
1318
1318
Extern functions may be called directly from Rust code as Rust uses large,
1319
1319
contiguous stack segments like C.
1320
1320
1321
- ### Type definitions
1321
+ ### Type aliases
1322
1322
1323
- A _ type definition _ defines a new name for an existing [ type] ( #types ) . Type
1324
- definitions are declared with the keyword ` type ` . Every value has a single,
1323
+ A _ type alias _ defines a new name for an existing [ type] ( #types ) . Type
1324
+ aliases are declared with the keyword ` type ` . Every value has a single,
1325
1325
specific type; the type-specified aspects of a value include:
1326
1326
1327
1327
* Whether the value is composed of sub-values or is indivisible.
You can’t perform that action at this time.
0 commit comments