You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Compiling openssl-src v111.25.1+1.1.1t (--edited--)
error[E0599]: the method
join
exists for structVec<&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 structVec<&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 errorswarning: build failed, waiting for other jobs to finish...
error: could not compile
openssl-src
due to 2 previous errorserror: could not compile
openssl-src
due to 2 previous errorsThe text was updated successfully, but these errors were encountered: