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