We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
struct Foo { x: Option<Foo> } fn main() { ~Foo { x: None }; }
results in:
$ rustc crash.rs task 'rustc' has overflowed its stack Illegal instruction (core dumped)
rustc 0.9 (ff7ecca 2014-01-10 08:26:24 -0800), GNU/Linux x86_64
The text was updated successfully, but these errors were encountered:
Wild guess: Is the fix for #742 specific to enums alone, and needs to be generalized to cover structs too?
Sorry, something went wrong.
mm looks like a likely dupe of #4218 (and I guess #4363 though the similarities are a bit more obscured there).
Closing as a dupe of #4363 (I think we're hanging most "recursive struct causes stack overflow" bugs off of that one
No branches or pull requests
results in:
rustc 0.9 (ff7ecca 2014-01-10 08:26:24 -0800), GNU/Linux x86_64
The text was updated successfully, but these errors were encountered: