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

Make #![deny(warnings)] intercept all warnings #21755

Closed
mahkoh opened this issue Jan 29, 2015 · 2 comments
Closed

Make #![deny(warnings)] intercept all warnings #21755

mahkoh opened this issue Jan 29, 2015 · 2 comments

Comments

@mahkoh
Copy link
Contributor

mahkoh commented Jan 29, 2015

Currently it only turns warnings from lints into errors. It should work like -Werror and replace all warnings by errors.

@eddyb
Copy link
Member

eddyb commented Jan 29, 2015

We could remove any way to produce warnings other than through lints. And maybe dump recorded lints when we hit a fatal error (no, wait, can we remove those?) or we stop due to accumulated errors.

@nagisa
Copy link
Member

nagisa commented Jan 29, 2015

Duplicate of #21204

@mahkoh mahkoh closed this as completed Jan 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants