We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850e3e6 commit 542383fCopy full SHA for 542383f
src/test/ui/type-alias-impl-trait/issue-60564.rs
@@ -18,7 +18,7 @@ where
18
{
19
type BitsIter = IterBitsIter<T, E, u8>;
20
fn iter_bits(self, n: u8) -> Self::BitsIter {
21
- //~^ ERROR defining opaque type use does not fully define opaque typ
+ //~^ ERROR defining opaque type use does not fully define opaque type
22
(0u8..n)
23
.rev()
24
.map(move |shift| ((self >> T::from(shift)) & T::from(1)).try_into().unwrap())
0 commit comments