You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v21s-Mac:~ v21$ RUST_LOG=rustc=1,::rt::backtrace rustc test.rs
rust: task failed at 'failure in execvp: No such file or directory', /private/tmp/rust-DnEq/rust-0.7/src/libstd/run.rs:689
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
rust: task failed at 'explicit failure', /private/tmp/rust-DnEq/rust-0.7/src/librustc/rustc.rs:354
rust: domain main @0x7f9014008410 root task failed
test.rs is literally just:
fn main() {
println("hello world");
}
This is running within a VM, if that's relevant.
The text was updated successfully, but these errors were encountered:
…on, r=Manishearth,flip1995
Correct lint version for `format_push_string`
Closesrust-lang#9081
changelog: none
IDK what else to say. Look I can draw an ascii penguin =D:
```
(^v^)
<( )>
w w
```
I'm seeing this:
v21s-Mac:~ v21$ RUST_LOG=rustc=1,::rt::backtrace rustc test.rs
rust: task failed at 'failure in execvp: No such file or directory', /private/tmp/rust-DnEq/rust-0.7/src/libstd/run.rs:689
error: internal compiler error: unexpected failure
note: the compiler hit an unexpected failure path. this is a bug
note: try running with RUST_LOG=rustc=1,::rt::backtrace to get further details and report the results to github.com/mozilla/rust/issues
rust: task failed at 'explicit failure', /private/tmp/rust-DnEq/rust-0.7/src/librustc/rustc.rs:354
rust: domain main @0x7f9014008410 root task failed
test.rs is literally just:
fn main() {
println("hello world");
}
This is running within a VM, if that's relevant.
The text was updated successfully, but these errors were encountered: