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

android: needs file_key_storage implementation #388

Open
ksedgwic opened this issue Oct 29, 2024 · 0 comments
Open

android: needs file_key_storage implementation #388

ksedgwic opened this issue Oct 29, 2024 · 0 comments

Comments

@ksedgwic
Copy link
Contributor

In version 503b7ed

error[E0432]: unresolved import `super::file_key_storage`
 --> src/storage/key_storage_impl.rs:3:12
  |
3 | use super::file_key_storage::FileKeyStorage;
  |            ^^^^^^^^^^^^^^^^ could not find `file_key_storage` in `super`
  |
note: found an item that was configured out
 --> src/storage/mod.rs:2:5
  |
2 | mod file_key_storage;
  |     ^^^^^^^^^^^^^^^^
note: the item is gated here
 --> src/storage/mod.rs:1:1
  |
1 | #[cfg(any(target_os = "linux", target_os = "macos"))]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant