untitled issue
IRust: failed to format the error output.
This is a bug in IRust.
Feel free to open a bug-report at https://github.com/sigmaSd/IRust/issues/new with the next text:
original_output:
error: could not find `Cargo.toml` in `/private/var/folders/fr/h0xg5y_j1zggbs3hs0rb7y5c0000gn/T/irust_repls/irust_host_repl_616768c53da74cc9881335d2a4fd0a80` or any parent directory
In:
Hello, how did you install irust, this path is weird /private/var/folders/fr/h0xg5y_j1zggbs3hs0rb7y5c0000gn/T/irust_repls, it should be the temporary folder of you system , so it seem like have an uncommon system setup
Same issue when installed through rustup
In: let _ = String::new();
IRust: failed to format the error output.
This is a bug in IRust.
Feel free to open a bug-report at https://github.com/sigmaSd/IRust/issues/new with the next text:
original_output:
Checking irust_host_repl_095086b20c5b4c549ceaa24ac01aaa8e v0.1.0 (/tmp/irust_repls/irust_host_repl_095086b20c5b4c549ceaa24ac01aaa8e)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
@OnlyCS your issue is different then the op, I pushed a fix here https://github.com/sigmaSd/IRust/commit/2cf79480c4576f90f935578cb6ab13882ce6b987
whats your rust version btw ? (the output now differs it shows dev profile instead of dev
I'm running rust 1.78.0 nightly. I'll check out that commit soon