u-ignoretest-armhf_03
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Thu, 31 May 2018 16:25:17 +0000 (17:25 +0100)
committerXimin Luo <infinity0@debian.org>
Thu, 31 May 2018 16:25:17 +0000 (17:25 +0100)
Gbp-Pq: Name u-ignoretest-armhf_03.patch

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

index 0ccdeaa61a5d10387f976ae3a3854fac10af5445..1cd971cce30665f7e9c29b23fed742bc342fd1eb 100644 (file)
@@ -102,7 +102,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 }