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 compiling an updated version (c235259) I got the following error
error[E0277]: the type `[u8]` cannot be indexed by `(Bound<usize>,Bound<usize>)`
--> /home/daniel/.cargo/git/checkouts/noodles-f00ebc122d065317/c235259/noodles-fasta/src/reader.rs:251:36
|
251 | Ok(Record::new(definition, sequence[range].to_vec()))
| ^^^^^^^^^^^^^^^ slice indices are of type `usize` or ranges of `usize`
|
= help: the trait `SliceIndex<[u8]>` is not implemented for `(Bound<usize>,Bound<usize>)`
= note: required because of the requirements on the impl of `std::ops::Index<(Bound<usize>,Bound<usize>)>` for `Vec<u8>`
The text was updated successfully, but these errors were encountered:
While compiling an updated version (c235259) I got the following error
The text was updated successfully, but these errors were encountered: