We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am trying to follow the workshop. I got following error when I creating a custom node:
./scripts/build.sh Building webassembly binary in runtime/wasm... Compiling rustc_version v0.2.3 Compiling quote v0.6.12 Compiling toml v0.4.10 Compiling hex-literal v0.1.3 error: proc-macro derive panicked --> /Users/yutong/.cargo/registry/src/github.aaakk.us.kg-1ecc6299db9ec823/hex-literal-0.1.3/src/lib.rs:38:1 | 38 | / proc_macro_expr_decl! { 39 | | /// Macro for converting hex string to byte array at compile time 40 | | hex! => hex_impl 41 | | } | |_^ | = help: message: assertion failed: `(left == right)` left: `Some("#[allow(unused,")`, right: `Some("#[allow(unused")` = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) error: aborting due to previous error
The text was updated successfully, but these errors were encountered:
ref shawntabrizi/substrate-package#9
fix shawntabrizi/substrate-package#10
Sorry, something went wrong.
This should be fixed. Thanks @soc1c
No branches or pull requests
Hi, I am trying to follow the workshop. I got following error when I creating a custom node:
The text was updated successfully, but these errors were encountered: