-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
+P1Highest priority, address as soon as possibleHighest priority, address as soon as possible-size-mTask of medium sizeTask of medium size[tests]
Description
When the CI Test build runs cargo test in here https://github.com/DataHighway-DHX/node/runs/459859012, it's generating the following error:
Compiling js-sys v0.3.35
error[E0603]: struct `Memory` is private
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.35/src/lib.rs:4873:60
|
4873 | let mem = buf.unchecked_ref::<WebAssembly::Memory>();
| ^^^^^^ this struct is private
|
note: the struct `Memory` is defined here
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/js-sys-0.3.35/src/lib.rs:3516:5
|
3516 | #[wasm_bindgen]
| ^^^^^^^^^^^^^^^
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info)
Metadata
Metadata
Assignees
Labels
+P1Highest priority, address as soon as possibleHighest priority, address as soon as possible-size-mTask of medium sizeTask of medium size[tests]