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 `rotate` found for type `&mut std::boxed::Box<[u8]>` in the current scope
--> src/runtest.rs:2614:30
|
2614 | tail.rotate(data.len());
| ^^^^^^
I believe this was fixed in #102 but has not been released yet.
The text was updated successfully, but these errors were encountered:
I believe this was fixed in #102 but has not been released yet.
The text was updated successfully, but these errors were encountered: