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;
1317
1317
Extern functions may be called directly from Rust code as Rust uses large,
1318
1318
contiguous stack segments like C.
1319
1319
1320
- ### Type definitions
1320
+ ### Type aliases
1321
1321
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,
1324
1324
specific type; the type-specified aspects of a value include:
1325
1325
1326
1326
* Whether the value is composed of sub-values or is indivisible.
You can’t perform that action at this time.
0 commit comments