Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not build fusio-log without default features #149

Open
ethe opened this issue Mar 13, 2025 · 1 comment
Open

Can not build fusio-log without default features #149

ethe opened this issue Mar 13, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ethe
Copy link
Member

ethe commented Mar 13, 2025

❯ cargo build --no-default-features
   Compiling thiserror-impl v2.0.12
   Compiling fusio v0.3.7 (/Users/gwo/Idea/fusio/fusio)
   Compiling fusio-dispatch v0.3.7 (/Users/gwo/Idea/fusio/fusio-dispatch)
   Compiling thiserror v2.0.12
   Compiling fusio-log v0.3.7 (/Users/gwo/Idea/fusio/fusio-log)
error[E0599]: no variant or associated item named `S3Error` found for enum `fusio::Error` in the current scope
  --> fusio-log/src/error.rs:28:27
   |
28 |             fusio::Error::S3Error(_) => LogError::S3Error(err),
   |                           ^^^^^^^ variant or associated item not found in `Error`

error[E0599]: no variant or associated item named `Local` found for enum `FsOptions` in the current scope
  --> fusio-log/src/option.rs:24:35
   |
24 |             fs_option: FsOptions::Local,
   |                                   ^^^^^ variant or associated item not found in `FsOptions`

For more information about this error, try `rustc --explain E0599`.
error: could not compile `fusio-log` (lib) due to 2 previous errors
@ethe ethe added the bug Something isn't working label Mar 13, 2025
Copy link

linear bot commented Mar 13, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants