From: Rust Maintainers Date: Sun, 15 Oct 2017 19:31:03 +0000 (+0100) Subject: u-ignoretest-armhf_03 X-Git-Tag: archive/raspbian/1.19.0+dfsg3-4+rpi1~22 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7c70e2831cb50e39e90488e1d15ca356a4db6c07;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 d5eef800ad..9596385793 100644 --- a/src/doc/reference/src/items.md +++ b/src/doc/reference/src/items.md @@ -411,7 +411,7 @@ bodies 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 }