Skip to content

Commit

Permalink
Merge pull request rust-lang#86 from Havvy/patch-1
Browse files Browse the repository at this point in the history
Remove segmented stacks statement
  • Loading branch information
QuietMisdreavus authored Jul 20, 2017
2 parents 99cf04f + ecfcd7c commit 2c29398
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 2c29398

Please sign in to comment.