We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc3391 commit b583711Copy full SHA for b583711
src/doc/book/lang-items.md
@@ -15,7 +15,7 @@ For example, `Box` pointers require two lang items, one for allocation
15
and one for deallocation. A freestanding program that uses the `Box`
16
sugar for dynamic allocations via `malloc` and `free`:
17
18
-```rust
+```rust,ignore
19
#![feature(lang_items, box_syntax, start, libc)]
20
#![no_std]
21
0 commit comments