-
Notifications
You must be signed in to change notification settings - Fork 210
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
Playground panics when termination_trait
returns Ok(())
#263
Comments
I don't believe this to be related to the playground. Notably, I can reproduce this using the nightly on my macOS laptop:
|
Specifically, the latest nightly has a commit hash of rust-lang/rust@4d90ac3, but your commit was rust-lang/rust@e8f03b9. It appears no nightly has been created with your commit yet. |
Ah, I was wondering if propagation delay was playing a part in this.
Thanks, @shepmaster. |
FYI, I tried using the
termination_trait
feature on Playground but itpanic
s:This above is code from the run-pass test, which passes, and running the same code running locally on my machine also compiles and runs successfully.
The text was updated successfully, but these errors were encountered: