Closed adomasven closed 4 years ago
The error message tells you what you need to know there. You’re running stable rust and it requires nightly rust. So rustup update nightly
, and then rustup override set nightly
in the repository root.
I explained why in https://github.com/cormacrelf/citeproc-rs/issues/18#issuecomment-554439366
Ah right. Sorry, none of this toolchain is something that I have ever used, so I'm clearly being a bit clumsy.
It’s ok, it takes a while. The toolchain as a whole has extremely good error reporting, which often has a link or instructions for troubleshooting (eg rustc --explain, the compiler’s suggestions) that my eyes glossed over for ages as I was used to errors being bad and having to fend for myself. So if in doubt, trust the errors!
Since I mentioned this in #31, let's just do a separate issue. This is running on Ubuntu 18.04, running
wasm-pack
standalone works fine.