note: struct defined here, with 3 generic parameters: K, V, S
--> /home/dfmb/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.7.0/src/map.rs:76:12
76
pub struct IndexMap<K, V, S> {
^^^^^^^^ - - -
help: add missing generic argument
16
map: IndexMap<Value, Value, S>,
+++
For more information about this error, try rustc --explain E0107.
error: could not compile serde_yaml due to previous error
warning: build failed, waiting for other jobs to finish...
error: build failed
K
,V
,S
--> /home/dfmb/.cargo/registry/src/github.com-1ecc6299db9ec823/indexmap-1.7.0/src/map.rs:76:12For more information about this error, try
rustc --explain E0107
. error: could not compileserde_yaml
due to previous error warning: build failed, waiting for other jobs to finish... error: build failed