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
Derefs of newtypes should inherit the mutability of their container, just as record fields do. I have a fix for this but haven't committed it yet.
The text was updated successfully, but these errors were encountered:
6dc6c82
correct treatment of mutability for deref'd components
168306f
Fixes #2980
Auto merge of rust-lang#2980 - RalfJung:span, r=RalfJung
01c842a
work around custom_mir span Cc rust-lang#113549
Automatic cargo update to 2024-01-22 (rust-lang#2980)
65c4976
Dependency upgrade resulting from `cargo update`. Co-authored-by: tautschnig <[email protected]>
nikomatsakis
No branches or pull requests
Derefs of newtypes should inherit the mutability of their container, just as record fields do. I have a fix for this but haven't committed it yet.
The text was updated successfully, but these errors were encountered: