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

In pretty_print_type(), print async fn futures' paths instead of spans. #122923

Merged
merged 1 commit into from
Mar 26, 2024

Commits on Mar 25, 2024

  1. In pretty_print_type(), print async fn futures' paths instead of …

    …spans.
    
    This makes `-Zprint-type-sizes`'s output easier to read, because the
    name of an `async fn` is more immediately recognizable than its span.
    
    I also deleted the comment "FIXME(eddyb) should use `def_span`." because
    it appears to have already been fixed by commit 67727aa.
    kpreid committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3010fa9 View commit details
    Browse the repository at this point in the history