Description
Compiling openssl-src v111.25.1+1.1.1t (--edited--)
error[E0599]: the method join
exists for struct Vec<&OsStr>
, but its trait bounds were not satisfied
--> src/lib.rs:335:55
|
335 | ar.get_args().collect::<Vec<_>>().join(OsStr::new(" ")),
| ^^^^ method cannot be called on Vec<&OsStr>
due to unsatisfied trait bounds
|
= note: the following trait bounds were not satisfied:
[&OsStr]: Join<_>
error[E0599]: the method join
exists for struct Vec<&OsStr>
, but its trait bounds were not satisfied
--> src/lib.rs:344:59
|
344 | ranlib.get_args().collect::<Vec<_>>().join(OsStr::new(" ")),
| ^^^^ method cannot be called on Vec<&OsStr>
due to unsatisfied trait bounds
|
= note: the following trait bounds were not satisfied:
[&OsStr]: Join<_>
For more information about this error, try rustc --explain E0599
.
error: could not compile openssl-src
due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error: could not compile openssl-src
due to 2 previous errors
error: could not compile openssl-src
due to 2 previous errors