We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried this code in stable, beta and nightly https://play.rust-lang.org/?gist=279e937d1680d46069c20f7040ca8723&version=stable&backtrace=0 . In release mode the program ended. I expected to have a infinite loop. In debug mode the program loop forever.
The text was updated successfully, but these errors were encountered:
Just by adding a println! call, the output is the expected one: http://is.gd/9gD7ec
println!
Strange...
Sorry, something went wrong.
known LLVM problem - duplicate of #28728.
No branches or pull requests
I tried this code in stable, beta and nightly https://play.rust-lang.org/?gist=279e937d1680d46069c20f7040ca8723&version=stable&backtrace=0 .
In release mode the program ended. I expected to have a infinite loop. In debug mode the program loop forever.
The text was updated successfully, but these errors were encountered: