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 A { a: Option<@mut A> } fn main() { let a = @mut A { a: None }; let mut v = Some(a); a.a <-> v; io::println(fmt!("%?",a)); }
This causes the formatter to go into an infinite loop.
Nominating for maturity 3, since it's mostly likely a problem with the reflection api.
The text was updated successfully, but these errors were encountered:
Duplicate of #3768.
Sorry, something went wrong.
(but I'll push your nomination request over to #3768.)
Auto merge of rust-lang#6180 - flip1995:rustup, r=flip1995
e351e5c
Update semver 0.10 -> 0.11 r? `@ghost,` blocking CI changelog: none
No branches or pull requests
This causes the formatter to go into an infinite loop.
Nominating for maturity 3, since it's mostly likely a problem with the reflection api.
The text was updated successfully, but these errors were encountered: