102dbbb343aca151086527754fa79d7eb72f65d4
Rust 1.34 gets errors like this: ``` $ cargo +1.34.0 build --release Compiling cranelift-wasm v0.32.0 (cranelift/cranelift-wasm) error[E0259]: the name `std` is defined multiple times | = note: `std` must be defined only once in the type namespace of this module error: aborting due to previous error For more information about this error, try `rustc --explain E0259`. error: Could not compile `cranelift-wasm`. To learn more, run the command again with --verbose. ``` Updating to Rust 1.35 fixes this.
Description
No description provided
Languages
Rust
77.8%
WebAssembly
20.6%
C
1.3%