Skip to content

Commit 2c29398

Browse files
Merge pull request rust-lang#86 from Havvy/patch-1
Remove segmented stacks statement
2 parents 99cf04f + ecfcd7c commit 2c29398

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/items.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,6 @@ same type as the functions declared in an extern block.
428428
let fptr: extern "C" fn() -> i32 = new_i32;
429429
```
430430

431-
Extern functions may be called directly from Rust code as Rust uses large,
432-
contiguous stack segments like C.
433-
434431
## Type aliases
435432

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

0 commit comments

Comments
 (0)