Package: rust-hyper-0.14 / 0.14.32-2

limit-sizeof-test-to-64-bit.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
Index: hyper-0.14/src/body/body.rs
===================================================================
--- hyper-0.14.orig/src/body/body.rs
+++ hyper-0.14/src/body/body.rs
@@ -647,6 +647,7 @@ mod tests {
     use super::{Body, DecodedLength, HttpBody, Sender, SizeHint};
 
     #[test]
+    #[cfg(target_pointer_bits = "64")]
     fn test_size_of() {
         // These are mostly to help catch *accidentally* increasing
         // the size by too much.