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

Failed to build - error[E0412]: cannot find type NoneError in module std::option #18

Closed
chokoboko opened this issue May 27, 2021 · 4 comments
Labels
install Issues related to installation/compilation process macos macOS specific issues wontfix This will not be worked on

Comments

@chokoboko
Copy link

Hi, I'm facing the following error when building:

   Compiling glade v0.1.0-alpha.4
error[E0412]: cannot find type `NoneError` in module `std::option`
  --> /Users/dev/.cargo/registry/src/github.com-1ecc6299db9ec823/glade-0.1.0-alpha.4/src/error.rs:22:25
   |
22 |     #[from(std::option::NoneError)]
   |                         ^^^^^^^^^ not found in `std::option`

MacOS 10.14.6 Mojave
rustc 1.54.0-nightly (9111b8ae9 2021-05-26)

@chokoboko
Copy link
Author

Found this recently merged PR: rust-lang/rust#85482

@UkolovaOlga
Copy link
Contributor

Thank you! Will look into it and give you an update soon

@UkolovaOlga UkolovaOlga added bug Something isn't working install Issues related to installation/compilation process macos macOS specific issues labels May 27, 2021
@UrsZeidler
Copy link

I have the same problem in a fresh ubuntu 20.04.
I switched to another nightly build of rust, rustup toolchain install nightly-2021-05-16 which worked.

@dr-orlovsky
Copy link
Member

Yes, Bitcoin Pro currently requires nightly version

@dr-orlovsky dr-orlovsky added wontfix This will not be worked on and removed bug Something isn't working labels Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Issues related to installation/compilation process macos macOS specific issues wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants