-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
error[E0277]: the trait bound `&&[std::string::String]: std::iter::Iterator` is not satisfied
--> /home/karl/.cargo/registry/src/github.spider-man.dpdns.org-1ecc6299db9ec823/lsio-0.1.17/src/commands.rs:35:45
|
35 | output = try!(Command::new(cmd).args(&args).output());
| ^^^^ the trait `std::iter::Iterator` is not implemented for `&&[std::string::String]`
|
= note: `&&[std::string::String]` is not an iterator; maybe try calling `.iter()` or a similar method
= note: required because of the requirements on the impl of `std::iter::IntoIterator` for `&&[std::string::String]`
error: aborting due to previous error
Metadata
Metadata
Assignees
Labels
No labels