We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dde4e1 commit 514f423Copy full SHA for 514f423
src/doc/book/lang-items.md
@@ -19,6 +19,8 @@ sugar for dynamic allocations via `malloc` and `free`:
19
#![feature(lang_items, box_syntax, start, libc)]
20
#![no_std]
21
22
+# #![feature(panic_unwind)]
23
+# extern crate unwind;
24
extern crate libc;
25
26
extern {
0 commit comments