You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There surely was a situation in which you could get the suggestion, and it won't regress because there is a test. But maybe it never showed up for macro evaluation?
It used to be that when you reach the macro recursion limit, rustc would recommend raising it and give the attribute to do so. This has been lost.
Expected Result:
Diagnostic tells how to increase recursion limit.
Actual Result:
No note/help.
Reproduce (playground gist)
The text was updated successfully, but these errors were encountered: