u-ignoretest-armhf_03
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Wed, 9 Aug 2017 02:49:55 +0000 (03:49 +0100)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 9 Aug 2017 02:49:55 +0000 (03:49 +0100)
Gbp-Pq: Name u-ignoretest-armhf_03.patch

src/doc/reference/src/items.md

index 710a6778f6840f4b83ffa2a5b13b78e25799c71e..4a9cfc4551dab6a84a877430202136358b6b1e43 100644 (file)
@@ -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 }