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
With this rust-lang/rust#115534 we will be able to get nicer debug information for DefId, and according to @oli-obk rust-lang/rust#115534 (comment), we need to do this for other indexed types as well (Place would be good contender imo).
DefId
Edit: Place doesn't need better Debug, but assignments involving Const needs to be fixed they look overly verbose right now
Const
The text was updated successfully, but these errors were encountered:
Made ty::Ty Debug better here rust-lang/rust#115605
ty::Ty
Sorry, something went wrong.
With this rust-lang/rust#115772 Span is also indexed type and it prints full debug information.
Span
No branches or pull requests
With this rust-lang/rust#115534 we will be able to get nicer debug information for
DefId
, and according to @oli-obk rust-lang/rust#115534 (comment), we need to do this for other indexed types as well (Place would be good contender imo).Edit: Place doesn't need better Debug, but assignments involving
Const
needs to be fixed they look overly verbose right nowThe text was updated successfully, but these errors were encountered: