何か nightly のビルドで &&[S] が Iterator 実装してないってエラーが出てるんだけど Rust の型システム的に妥当なんだっけこれ(よく理解していない)
std::process::Command::args(&mut self, args: I) の第二引数が nightly だとスライスから IntoIterator 実装した型パラメータに変更されてるせいでした
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
std::process::Command::args(&mut self, args: I) の第二引数が nightly だとスライスから IntoIterator 実装した型パラメータに変更されてるせいでした