rust/tests/ui/async-await/future-sizes
Kevin Reid 3010fa9afb 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 67727aa7c3.
2024-03-25 08:01:15 -07:00
..
async-awaiting-fut.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
async-awaiting-fut.stdout In `pretty_print_type()`, print `async fn` futures' paths instead of spans. 2024-03-25 08:01:15 -07:00
future-as-arg.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
large-arg.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
large-arg.stdout In `pretty_print_type()`, print `async fn` futures' paths instead of spans. 2024-03-25 08:01:15 -07:00