Skip to content

Release 111 build failure #181

Closed
Closed
@cryptonemo

Description

@cryptonemo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions