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
While working with Cargo trying to bring piston up to date, the compiler broke.
Right before is
src/webp/vp8.rs:1177:9: 1177:37 error: the trait `core::ops::IndexMut<u32>` is not implemented for the type `[webp::vp8::MacroBlock]`
src/webp/vp8.rs:1177 self.top.as_mut_slice()[mbx].bpred = mb.bpred;
If the type of a node cannot be determined due to a previous type error, a `no type for node` ICE occurs. This commit makes it return `ty_err` instead in such a case.
Fixes#20401.
Fixes#20506.
Fixes#20614.
Fixes#20752.
Fixes#20829.
Fixes#20846.
Fixes#20885.
Fixes#20886.
Fixes#20952.
Fixes#20970.
While working with Cargo trying to bring piston up to date, the compiler broke.
Right before is
and backtrace:
and
The text was updated successfully, but these errors were encountered: