Ignore the lang-items example in the book.
This commit is contained in:
parent
dbc3391a23
commit
b583711ff9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ For example, `Box` pointers require two lang items, one for allocation
|
|||
and one for deallocation. A freestanding program that uses the `Box`
|
||||
sugar for dynamic allocations via `malloc` and `free`:
|
||||
|
||||
```rust
|
||||
```rust,ignore
|
||||
#![feature(lang_items, box_syntax, start, libc)]
|
||||
#![no_std]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue