Skip to content

Commit 514f423

Browse files
committed
Make the lang-items example in the book not choke on landing pads.
1 parent 8dde4e1 commit 514f423

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/book/lang-items.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ sugar for dynamic allocations via `malloc` and `free`:
1919
#![feature(lang_items, box_syntax, start, libc)]
2020
#![no_std]
2121

22+
# #![feature(panic_unwind)]
23+
# extern crate unwind;
2224
extern crate libc;
2325

2426
extern {

0 commit comments

Comments
 (0)