Skip to content

Failed tests by Secp256k1 #60

@monaka

Description

@monaka

My env is the same as #58.

Error log:

$ cargo test --no-fail-fast
   Compiling aluvm v0.6.0 (/home/monaka/rgb/rust-aluvm)
error[E0599]: no variant or associated item named `Secp256k1` found for enum `Instr` in the current scope
  --> examples/asm.rs:25:16
   |
25 |       let code = aluasm! {
   |  ________________^
26 | |         clr     r1024[5]                        ;
27 | |         put     5,a16[8]                        ;
28 | |         putif   0xaf67937b5498dc,r256[1]        ;
...  |
92 | |         ret                                     ;
93 | |     };
   | |_____^ variant or associated item not found in `Instr<_>`
   |
   = note: this error originates in the macro `instr` (in Nightly builds, run with -Z macro-backtrace for more info)

For more information about this error, try `rustc --explain E0599`.
error: could not compile `aluvm` due to 4 previous errors

Is this issue related to #14 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions