Comment 48 for bug 1995274

Revision history for this message
In , Nicholas Nethercote (n-nethercote) wrote :

My test Rust program was this, in `a.rs`:

> fn main() {
> println!("hello world");
> }

And I compiled with `rustc +nightly a.rs` to produce the executable `a`.