You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff of stderr:
54 --> $DIR/issue-95023.rs:8:44
55 |
56 LL | fn foo<const N: usize>(&self) -> Self::B<{ N }>;
- | ^ help: `Self` has the following associated type: `Output`
+ | ^ there is an associated type `B` in the trait `core::core_arch::powerpc::altivec::sealed::VectorRl`
58
59 error: aborting due to 7 previous errors
60
Perhaps there is a mismatch between the associated tupe and whats actually defined
Try:
Checking the trait definition:
Look at the core::core_arch::powerpc::altivec::sealed::VectorRl trait. It seems to have an associated type difference
Could you post your system info and the current commit of rust-lang/rust you are working from? We test ppc in CI so it seems unusual that something like this would differ locally.
I tried this code:
I expected to see this happen: all tests to pass.
Instead, this happened:
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: