error[E0308]: mismatched types
--> lib/src/gfx/pass/text.rs:135:17
|
135 | &mut frame.staging,
| ^^^^^^^^^^^^^^^^^^ expected struct `StagingBelt`, found struct `StagingPool`
|
= note: expected mutable reference `&mut StagingBelt`
found mutable reference `&mut StagingPool`
For more information about this error, try `rustc --explain E0308`.
error: could not compile `lib` due to previous error