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[E0277]: `vcf::VCFReader<Box<dyn BufRead>>` is not an iterator
--> src/main.rs:320:19
|
320 | for record in vcf_reader {
| ^^^^^^^^^^ `vcf::VCFReader<Box<dynBufRead>>` is not an iterator
|
= help: the trait `Iterator` is not implemented for `vcf::VCFReader<Box<dyn BufRead>>`
= note: required for `vcf::VCFReader<Box<dyn BufRead>>` to implement `IntoIterator`
Compilation is using Rust v1.84.0 on linux-64 platform.
Note that troublet compiles without issue.
The text was updated successfully, but these errors were encountered:
While trying to get this built for Bioconda, we see the following compilation error during the
souporcell
build:Compilation is using Rust v1.84.0 on
linux-64
platform.Note that
troublet
compiles without issue.The text was updated successfully, but these errors were encountered: