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
error[E0308]: mismatched types
--> render/src/fontentry.rs:144:57
|
144 | if let Some(transcoder) = source.to(dest) {
| -- ^^^^ expected `pdf_encoding::Encoding`, found a different `pdf_encoding::Encoding`
| |
| arguments to this method are incorrect
|
= note: `pdf_encoding::Encoding` and `pdf_encoding::Encoding` have similar names, but are actually distinct types
````
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: