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 BuildData { foo: int, bar: ~int } fn main() { let foo = BuildData { foo: 0 }; debug!("%?", foo.bar); }
This will crash
The text was updated successfully, but these errors were encountered:
There is code for this in check_struct_or_variant_fields that doesn't seem to be working. There aren't tests.
check_struct_or_variant_fields
Sorry, something went wrong.
This is more or less the same bug as #3486, different manifestations.
cb4de73
Auto merge of rust-lang#3892 - rust-lang:rustup-2024-09-16, r=RalfJung
a0f57d8
Automatic Rustup
brson
No branches or pull requests
This will crash
The text was updated successfully, but these errors were encountered: