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

Building without default-features while enabling the futures feature fails #376

Open
shepmaster opened this issue May 10, 2023 · 0 comments
Labels
bug Something isn't working found in the field A user of SNAFU found this when trying to use it good first issue Good for newcomers help wanted Extra attention is needed

Comments

@shepmaster
Copy link
Owner

We assume that there will be String, among other things:

error[E0432]: unresolved import `crate::FromString`
 --> /Users/shep/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.4/src/futures/try_stream.rs:5:33
  |
5 | use crate::{Error, ErrorCompat, FromString, IntoError};
  |                                 ^^^^^^^^^^ no `FromString` in the root

error[E0412]: cannot find type `String` in this scope
   --> /Users/shep/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.7.4/src/futures/try_future.rs:123:17
    |
123 |         S: Into<String>,
    |                 ^^^^^^ not found in this scope
    |
@shepmaster shepmaster added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers found in the field A user of SNAFU found this when trying to use it labels May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working found in the field A user of SNAFU found this when trying to use it good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant