Skip to content

Cargo test fails with the default feature #45

@ssfdust

Description

@ssfdust
❯ cargo test
   Compiling compio v0.5.0 (/home/ssfdust/Programming/develop/rust/compio)
error[E0432]: unresolved import `compio::event`
 --> tests/event.rs:1:13
  |
1 | use compio::event::Event;
  |             ^^^^^ could not find `event` in `compio`
                                                                                                                                                            
For more information about this error, try `rustc --explain E0432`.
error: could not compile `compio` (test "event") due to previous error

The event feature seems to the basic feature, how about enabling it on default?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions