u-ignoretest-armhf_03
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Sun, 12 Mar 2017 03:15:33 +0000 (03:15 +0000)
committerXimin Luo <infinity0@debian.org>
Sun, 12 Mar 2017 03:15:33 +0000 (03:15 +0000)
Gbp-Pq: Name u-ignoretest-armhf_03.patch

src/doc/reference.md

index e7cfe4bb2eeb52231b186f5ef3a4b806c66791ab..72eb69c08167d41493f76a372b23929395974c9c 100644 (file)
@@ -1133,7 +1133,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.
 
-```
+```{.ignore}
 // Declares an extern fn, the ABI defaults to "C"
 extern fn new_i32() -> i32 { 0 }