sigmaSd / IRust

Cross Platform Rust Repl
https://crates.io/crates/irust
MIT License
609 stars 34 forks source link

irust v1.50.0 failed to compile #91

Closed NobodyXu closed 2 years ago

NobodyXu commented 2 years ago
error: there is no argument named `original_output`
--> ~/.cargo/registry/src/github.com-1ecc6299db9ec823/irust-1.50.0/src/irust/format.rs:64:205
     |
64 | ...IRust/issues/new with the next text:\n\noriginal_output:\n{original_output}")
     |                                                              ^^^^^^^^^^^^^^^^^

error: failed to compile `irust v1.50.0`, intermediate artifacts can be found at `/tmp/cargo-installSuKRik`

Caused by:
  could not compile `irust` due to previous error

Updated 2 packages.
Failed to update irust.
sigmaSd commented 2 years ago

Hello, irust now requires latest stable version of rust 1.58

NobodyXu commented 2 years ago

Thank you for the swift response!