fn main(){println!("Welcome to Rust!");}
Output:
Welcome to Rust!
Errors:
Compiling playground v0.0.1 (/playground)
Finished dev [unoptimized + debuginfo] target(s) in 0.68s
Running `target/debug/playground`
fn main(){println!("Welcome to Rust!");}
Output:
Welcome to Rust!
Errors:
Compiling playground v0.0.1 (/playground)
Finished dev [unoptimized + debuginfo] target(s) in 0.68s
Running `target/debug/playground`
That's not an error. I guess the UI is misleading.
I know, but I create test issue
When you click on "Open a new thread in the Rust user forum" on the Rust Playground (behind the "Share" button), then it will create a forum post with stderr labeled as "Errors", even in case of a successful compilation. The OP just wanted to share being happy to have comiled their first program ^^.
Welcome
Thank you bro
I'm very happy joined Rust environment very awesome developers
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.