Skip to content
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

Disable structural records by default, allow them selectively in rustc while moving to structs #4626

Closed
catamorphism opened this issue Jan 25, 2013 · 1 comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR)
Milestone

Comments

@catamorphism
Copy link
Contributor

I'm working on denying the structural_records option by default in lint, and adding a legacy_records attribute so we can allow them while updating code.

Also see #4257

@ghost ghost assigned catamorphism Jan 25, 2013
@catamorphism
Copy link
Contributor Author

I added the attribute and set the lint option to deny by default. I'll open a new issue for removing them from libraries.

@catamorphism catamorphism removed their assignment Jun 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR)
Projects
None yet
Development

No branches or pull requests

1 participant