Bug: https://github.com/rust-lang/rust/issues/89607
Gbp-Pq: Topic upstream
Gbp-Pq: Name u-ignore-ppc-hangs.patch
fn assert_trusted_len<I: TrustedLen>(_: &I) {}
+#[cfg(not(any(target_arch = "powerpc", target_arch = "powerpc64")))]
#[test]
fn shared_from_iter_normal() {
// Exercise the base implementation for non-`TrustedLen` iterators.
fn assert_trusted_len<I: TrustedLen>(_: &I) {}
+#[cfg(not(any(target_arch = "powerpc", target_arch = "powerpc64")))]
#[test]
fn shared_from_iter_normal() {
// Exercise the base implementation for non-`TrustedLen` iterators.