-
Notifications
You must be signed in to change notification settings - Fork 223
Example RPN code fails to run #595
New issue
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
Comments
The link to the playground on https://www.rust-lang.org/ (I assume you mean this one:) Does not supply any code: The default code of the playground is a basic hello world: It sounds like you visited the playground previously with that RPN code. Your last code is persisted in your local browser storage. Perhaps I should add a timestamp check and offer to reset things if someone hasn't visited the playground in sufficiently long. |
Thanks for the explanation, I can see how the local storage feature is useful if you're using the playground as a scratch pad. I probably won't be visiting the scratch pad much for that kind of thing, but maybe the reset idea could be helpful for others like me who visited out of curiosity sometime in the past and have since forgotten they ever visited. |
Duplicate of #323 |
Hi, totally new to Rust and I clicked the playground link from the Rust homepage then clicked the run button and I see this:
Is it supposed to be broken? If so, what should I be looking for in order to see it run?
The text was updated successfully, but these errors were encountered: