lpil / sonic-pi-tool

🎻 Controlling Sonic Pi from the command line
Mozilla Public License 2.0
219 stars 32 forks source link

Fix compilation error with execv type inference #45

Closed jeckersb closed 2 years ago

jeckersb commented 2 years ago

error[E0282]: type annotations needed --> src/lib.rs:111:13 | 111 | execv(cmd, &[]).unwrap_orelse(|| panic!("Unable to start {}", *p)) | ^^^^^ cannot infer type of the type parameter S declared on the function execv