From: Rust Maintainers Date: Tue, 25 Jul 2017 21:19:47 +0000 (+0100) Subject: u-ignoretest-armhf_03 X-Git-Tag: archive/raspbian/1.19.0+dfsg3-4+rpi1~1^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0801b2d217a5b60c8eb92abbf22525e4102aab3f;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 710a6778f6..4a9cfc4551 100644 --- a/src/doc/reference/src/items.md +++ b/src/doc/reference/src/items.md @@ -407,7 +407,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 }