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

Problem: any in rs node clone fails to compile #277

Open
sjmackenzie opened this issue Aug 10, 2018 · 0 comments
Open

Problem: any in rs node clone fails to compile #277

sjmackenzie opened this issue Aug 10, 2018 · 0 comments

Comments

@sjmackenzie
Copy link
Member

Steps to reproduce

  • run $ nix-build --argstr node test_xor

expected behaviour

  • the code compiles cleanly

actual behaviour

Building src/lib.rs (msg_clone)
error[E0412]: cannot find type `any` in this scope
 --> src/lib.rs:8:18
  |
8 |     input(input: any),
  |                  ^^^ did you mean `Any`?

error: aborting due to previous error

For more information about this error, try `rustc --explain E0412`.
builder for '/nix/store/hlxs3hs1iblm29963ypqhchpqin7wcmf-rust_msg_clone-0.0.0.drv' failed with exit code 101
cannot build derivation '/nix/store/fpa4d8pw7k6yamlilh8c0ycjxgmrrd39-maths_boolean_xor.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/2gdi2v96qdkc390jviiqsp7n6g8p0wsd-test_xor.drv': 1 dependencies couldn't be built
cannot build derivation '/nix/store/lha1bckcrjfjc3561fyqdazva8hdmbvc-test_xor.drv': 1 dependencies couldn't be built
error: build of '/nix/store/lha1bckcrjfjc3561fyqdazva8hdmbvc-test_xor.drv' failed
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