-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Regression of the typenum
crate on nightly
#32637
Comments
triage: P-high |
|
Note that typenum PR #60 fixes the problem from the typenum side. |
@llogiq do you believe this to be a bug? |
Well, at best it's an unfortunate chain of events that unusual code may trigger, but that can be worked around. At worst, yes, it's a bug that can be worked around. If we deem it the latter, it's probably not too high on my wishlist. |
This particular instance of this problem seems to have resolved itself on
Looking over the git log for rust in range Closing as fixed. |
The typenum crate (as of paholg/typenum@10c15e3 at least) successfully compiles on stable/beta but fails to compile no nightly with the error message:
It this expected? Perhaps this was bumping "close to the recursion limit" beforehand? I haven't diagnosed this much, but at least the reproduction is easy!
cc @aturon (maybe specialization related)
cc @rust-lang/compiler
The text was updated successfully, but these errors were encountered: