You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the unit test suite per feature (as debians build system does) you get compile errors:
For example:
$ cargo test --no-default-features --features yaml
Compiling config v0.11.0 (/tmp/config-rs)
error[E0599]: no variant or associated item named `Json` found for enum `FileFormat` in the current scope
--> examples/async_source/main.rs:39:33
|
39 | format: FileFormat::Json,
| ^^^^ variant or associated item not found in `FileFormat`
For more information about this error, try `rustc --explain E0599`.
error: could not compile `config` due to previous error
warning: build failed, waiting for other jobs to finish...
error: build failed
The text was updated successfully, but these errors were encountered:
When running the unit test suite per feature (as debians build system does) you get compile errors:
For example:
The text was updated successfully, but these errors were encountered: