Skip to content

Remove -Zinput-stats #34121

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

Closed
jonas-schievink opened this issue Jun 6, 2016 · 3 comments
Closed

Remove -Zinput-stats #34121

jonas-schievink opened this issue Jun 6, 2016 · 3 comments
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR)

Comments

@jonas-schievink
Copy link
Contributor

Like #30505, there's no need for this command line flag, and debug! logging should be used instead.

@steveklabnik steveklabnik added the A-frontend Area: Compiler frontend (errors, parsing and HIR) label Jun 6, 2016
zackmdavis added a commit to zackmdavis/rust that referenced this issue Oct 27, 2016
In Issue rust-lang#34121, it was suggested that the `input-stats` debugging
command-line flag could be replaced with logging.
@nrc
Copy link
Member

nrc commented Nov 11, 2016

I'll note that unlike #30505, the intended consumers of -Zinput-stats are tools, rather than users.

@Mark-Simulacrum
Copy link
Member

I propose that we close this issue, as discussed in #37426: tools find it easier to parse output when given in the limited form of -Zinput-stats versus debug! logging.

@jonas-schievink
Copy link
Contributor Author

Yeah, sounds like a good idea, since this is being used by tools.

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

4 participants