Skip to content

Commit

Permalink
Remove segmented stacks statement
Browse files Browse the repository at this point in the history
It's a really silly statement.
  • Loading branch information
Havvy authored Jul 20, 2017
1 parent 99cf04f commit ecfcd7c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/items.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,9 +428,6 @@ same type as the functions declared in an extern block.
let fptr: extern "C" fn() -> i32 = new_i32;
```

Extern functions may be called directly from Rust code as Rust uses large,
contiguous stack segments like C.

## Type aliases

A _type alias_ defines a new name for an existing [type]. Type
Expand Down

0 comments on commit ecfcd7c

Please sign in to comment.