Public bug reported:

Conditional compilation is being applied to certain functions, but not
the doctests of those functions, leading to test failures when those
functions aren't compiled.

From the latest amd64 build log:

error[E0425]: cannot find function `test_mixed_ones_and_zeroes_m128i` in this 
scope
  --> src/x86_x64/sse4_1.rs:917:12
   |
20 | assert_eq!(test_mixed_ones_and_zeroes_m128i(a, mask), 1);
   |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

** Affects: rust-safe-arch (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: ftbfs

** Description changed:

  Conditional compilation is being applied to certain functions, but not
  the doctests of those functions, leading to test failures when those
- functions not being compiled.
+ functions aren't compiled.
  
  From the latest amd64 build log:
  
  error[E0425]: cannot find function `test_mixed_ones_and_zeroes_m128i` in this 
scope
-   --> src/x86_x64/sse4_1.rs:917:12
-    |
+   --> src/x86_x64/sse4_1.rs:917:12
+    |
  20 | assert_eq!(test_mixed_ones_and_zeroes_m128i(a, mask), 1);
-    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
+    |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2103818

Title:
  FTBFS on devel due to missing target feature

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rust-safe-arch/+bug/2103818/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to