-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE with recursion_limit = 0 #76424
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Assigning |
Playground link, for reference. I can't get it to ICE with |
Yeah, the
|
Improve help for recursion limit errors - Tweak help message and suggested limit (handle `0` case). - Add test for rust-lang#75602 (it was already fixed, maybe can be resolved too). Fixes rust-lang#76424
Improve help for recursion limit errors - Tweak help message and suggested limit (handle `0` case). - Add test for rust-lang#75602 (it was already fixed, maybe can be resolved too). Fixes rust-lang#76424
Weird message is tracked in #75602 |
Uh oh!
There was an error while loading. Please reload this page.
I was playing around with
#![recursion_limit]
again, and then this happened:Code
Stack trace
The text was updated successfully, but these errors were encountered: