mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
no more cstack
@@ -18,7 +18,7 @@ foo.rs
|
||||
|
||||
```rust
|
||||
#[no_std];
|
||||
#[allow(ctypes, cstack)];
|
||||
#[allow(ctypes)];
|
||||
|
||||
extern {
|
||||
fn malloc(size: uint) -> *mut u8;
|
||||
|
||||
Reference in New Issue
Block a user