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?
I'm on Arch Linux with Rust nightly (2024-07-13). I run
just runand I get this:Is this currently expected?