Skip to content

failed to resolve: could not find dxdup in source #2

Description

@svenstaro

I'm on Arch Linux with Rust nightly (2024-07-13). I run just run and I get this:

   --> src/main.rs:130:30
    |
130 |             Box::new(source::dxdup::DisplayDuplicator::new()?);
    |                              ^^^^^ could not find `dxdup` in `source`
    |
note: found an item that was configured out
   --> src/source/mod.rs:5:9
    |
5   | pub mod dxdup;
    |         ^^^^^
    = note: the item is gated behind the `windows` feature

Is this currently expected?

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