u-ignoretest-armhf_03
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Mon, 17 Jul 2017 11:41:59 +0000 (12:41 +0100)
committerXimin Luo <infinity0@debian.org>
Mon, 17 Jul 2017 11:41:59 +0000 (12:41 +0100)
Gbp-Pq: Name u-ignoretest-armhf_03.patch

src/doc/reference/src/items.md

index ba3f4195ba62dd6ff2a93ffa49bb1b0c5df2b8da..305378b75557bc6331d28b2f82abc2d780caa09e 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 }