Skip to content

Test build failure for x86_64-unknown-fuchsia #625

@boris-n

Description

@boris-n

Running "make test_all" on master currently fails:

error[E0599]: no method named original_dst_v6 found for struct Socket in the current scope
--> tests/socket.rs:1738:18
|
1738 | match socket.original_dst_v6() {
| ^^^^^^^^^^^^^^^
|

The reason seems to be a wrong cfg in the test: original_dst_v6 is defined in src/socket.rs for android, linux and windows but the test in tests/socket.rs checks for android, fuchsia and linux.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions