-
Notifications
You must be signed in to change notification settings - Fork 13k
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
rustc has overflowed its stack #10400
Comments
The problem appears to be the definition of
That makes for an infinite size struct because every (ps: sorry for the prematurely submitted comment, my fingers slipped) |
Thank you ben0x539 it works! |
…rcho chore: remove unneeded rustfmt skip --- The associated rustfmt bug that originally necessitated these skips was resolved a while back, so these are no longer necessary changelog: none
Guten Tag!
For my project i used the 0.8 version of rust.
After i started to work on a parser module for my project.
rustc crashed at compile time and i decided to go and use the git version now i get an error message.
My project compiles without
in my main.rs perfectly.
But i don't get an error message, what says what goes wrong.
So I think thats an issue so thats reason you read that.
Thanks for every help on the irc and for my problem!
Sebastian Pielawa
The text was updated successfully, but these errors were encountered: