From: Rust Maintainers Date: Sun, 15 Oct 2017 21:30:35 +0000 (+0100) Subject: u-ignoretest-armhf_03 X-Git-Tag: archive/raspbian/1.20.0+dfsg1-1+rpi1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9f2c0653eb06ccfb1d3c6b3251ddaccbcf6c34f6;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 cb97b44072..4682618948 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 }