From: Rust Maintainers Date: Sun, 8 Jul 2018 19:39:35 +0000 (+0100) Subject: u-ignoretest-armhf_03 X-Git-Tag: archive/raspbian/1.24.1+dfsg1-1_deb9u2+rpi1~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c2e3724013149b6da0087ea53ae9922b6da5b345;p=rustc.git u-ignoretest-armhf_03 Gbp-Pq: Name u-ignoretest-armhf_03.patch --- diff --git a/src/doc/reference/src/items/functions.md b/src/doc/reference/src/items/functions.md index 7572ba331c..1eca7a8a9c 100644 --- a/src/doc/reference/src/items/functions.md +++ b/src/doc/reference/src/items/functions.md @@ -148,7 +148,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 }