]> git.proxmox.com Git - rustc.git/blame - debian/patches/u-ignoretest-armhf_03.patch
Initial packaging for 1.17.0 and rustbuild
[rustc.git] / debian / patches / u-ignoretest-armhf_03.patch
CommitLineData
df3c45fa 1Description: Disable reference.md "Items_and_attributes_15" doctest, failing on armhf
353a3556
XL
2 This passes on i386 amd64 arm64
3 .
4 See https://gist.github.com/infinity0/2f5452d4ee9deb2f1bacb8b39c987c9c
df3c45fa
XL
5 for thread stacktrace from 1.10.0 when it hung instead of failed; eddyb from
6 #rustc suggested this might be an LLVM issue.
353a3556 7Author: Ximin Luo <infinity0@debian.org>
df3c45fa 8Bug: https://github.com/rust-lang/rust/issues/40260
353a3556
XL
9---
10This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
04c12273
XL
11--- a/src/doc/reference/src/items.md
12+++ b/src/doc/reference/src/items.md
13@@ -407,7 +407,7 @@
353a3556
XL
14 in the same way as any other Rust function, except that they have the `extern`
15 modifier.
16
04c12273
XL
17-```rust
18+```rust,ignore
353a3556
XL
19 // Declares an extern fn, the ABI defaults to "C"
20 extern fn new_i32() -> i32 { 0 }
21