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[E0599]: no method named `decode_to_string_without_replacement` found for struct `Decoder` in the current scope
--> /home/kamiyaa/.cargo/registry/src/github.com-1ecc6299db9ec823/allsorts_no_std-0.5.2/src/get_name.rs:94:36
|
94 | let (res, _read) = decoder.decode_to_string_without_replacement(data, &mut s, true);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: there is an associated function with a similar name: `decode_to_str_without_replacement`
The text was updated successfully, but these errors were encountered:
I get this error when trying to compile
yofi
Running rust-1.54, cargo-1.54
The text was updated successfully, but these errors were encountered: