Skip to content

Commit

Permalink
Make the lang-items example in the book not choke on landing pads.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Aug 1, 2016
1 parent 8dde4e1 commit 514f423
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/doc/book/lang-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ sugar for dynamic allocations via `malloc` and `free`:
#![feature(lang_items, box_syntax, start, libc)]
#![no_std]

# #![feature(panic_unwind)]
# extern crate unwind;
extern crate libc;

extern {
Expand Down

0 comments on commit 514f423

Please sign in to comment.