error[E0658]: 非内置内部属性不稳定

error[E0658]: non-builtin inner attributes are unstable

我克隆了新的 https://github.com/substrate-developer-hub/substrate-node-template 存储库(前一段时间它运行良好)我已经执行:

cargo build --release

并得到:

编译时还有很多很多错误。如何应对?有什么想法吗?

我(感谢 Dan)通过执行解决了它:

rustup update nightly
rustup update stable
// and then
cargo build --release

并且有效!