From: Rust Maintainers Date: Mon, 6 Nov 2017 09:03:32 +0000 (+0000) Subject: u-ignoretest-armhf_03 X-Git-Tag: archive/raspbian/1.21.0+dfsg1-3+rpi1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b43f0942458b059f2888c60156374e43731c8f26;p=rustc.git u-ignoretest-armhf_03 Gbp-Pq: Name u-ignoretest-armhf_03.patch --- diff --git a/src/doc/reference/src/items.md b/src/doc/reference/src/items.md index 4decc358f1..9cc4842ef4 100644 --- a/src/doc/reference/src/items.md +++ b/src/doc/reference/src/items.md @@ -422,7 +422,7 @@ defined in Rust code _can be called by foreign code_. They are defined in the same way as any other Rust function, except that they have the `extern` modifier. -```rust +```rust,ignore // Declares an extern fn, the ABI defaults to "C" extern fn new_i32() -> i32 { 0 }