u-ignoretest-armhf_03
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Sat, 19 May 2018 20:10:33 +0000 (21:10 +0100)
committerXimin Luo <infinity0@debian.org>
Sat, 19 May 2018 20:10:33 +0000 (21:10 +0100)
Gbp-Pq: Name u-ignoretest-armhf_03.patch

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

index da59c40768be5bbc6610a1cedf1a0a307f2bb875..168d5629762a9c6c805c8e3bf1bcf3ee578586e5 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 }