u-ignoretest-armhf_03
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Fri, 19 Jan 2018 10:49:31 +0000 (10:49 +0000)
committerXimin Luo <infinity0@debian.org>
Fri, 19 Jan 2018 10:49:31 +0000 (10:49 +0000)
Gbp-Pq: Name u-ignoretest-armhf_03.patch

src/doc/reference/src/items/functions.md

index 7572ba331c7df9f3aedcf1ff4a1a902b86731cfc..1eca7a8a9c552381939881bdb72b6b7fd0142893 100644 (file)
@@ -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 }