Nicholas Nethercote
64ea8eb1a9
Disentangle Debug
and Display
for Ty
.
...
The `Debug` impl for `Ty` just calls the `Display` impl for `Ty`. This
is surprising and annoying. In particular, it means `Debug` doesn't show
as much information as `Debug` for `TyKind` does. And `Debug` is used in
some user-facing error messages, which seems bad.
This commit changes the `Debug` impl for `Ty` to call the `Debug` impl
for `TyKind`. It also does a number of follow-up changes to preserve
existing output, many of which involve inserting
`with_no_trimmed_paths!` calls. It also adds `Display` impls for
`UserType` and `Canonical`.
Some tests have changes to expected output:
- Those that use the `rustc_abi(debug)` attribute.
- Those that use the `EMIT_MIR` annotation.
In each case the output is slightly uglier than before. This isn't
ideal, but it's pretty weird (particularly for the attribute) that the
output is using `Debug` in the first place. They're fairly obscure
attributes (I hadn't heard of them) so I'm not worried by this.
For `async-is-unwindsafe.stderr`, there is one line that now lacks a
full path. This is a consistency improvement, because all the other
mentions of `Context` in this test lack a path.
2023-09-11 12:51:07 +10:00
..
2023-09-11 12:51:07 +10:00
2023-09-06 16:05:04 +00:00
2023-08-19 22:41:33 +02:00
2023-09-07 15:59:05 +00:00
2023-08-23 16:09:57 +00:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-08-30 17:24:10 +08:00
2023-08-17 17:02:04 +00:00
2023-06-15 15:19:11 -04:00
2023-09-05 17:20:07 +00:00
2023-09-05 17:20:07 +00:00
2023-07-07 18:17:16 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-07-10 16:01:18 +00:00
2023-06-15 15:19:11 -04:00
2023-07-07 18:17:16 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-05-14 11:46:07 -07:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-07-25 14:30:58 +02:00
2023-07-25 14:30:58 +02:00
2023-09-05 17:20:07 +00:00
2023-06-15 15:19:11 -04:00
2023-06-21 07:41:09 +00:00
2023-08-30 17:24:10 +08:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-07-07 18:17:16 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-07-07 18:17:16 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-01-27 18:22:44 +00:00
2023-08-01 11:29:55 +10:00
2023-08-01 11:29:55 +10:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-01-11 09:32:08 +00:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-08-30 17:24:10 +08:00
2023-06-15 15:19:11 -04:00
2023-06-28 00:41:37 +00:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-09-10 13:55:33 +02:00
2023-09-11 12:51:07 +10:00
2023-09-11 12:51:07 +10:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-09-11 12:51:07 +10:00
2023-06-15 15:19:11 -04:00
2023-08-30 17:24:10 +08:00
2023-06-15 15:19:11 -04:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-01 11:29:55 +10:00
2023-08-01 11:29:55 +10:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-06-12 09:34:15 +02:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-12 09:34:15 +02:00
2023-09-06 16:05:04 +00:00
2023-09-06 16:05:04 +00:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-09-11 12:51:07 +10:00
2023-09-11 12:51:07 +10:00
2023-09-11 12:51:07 +10:00
2023-07-19 09:59:12 +00:00
2023-07-19 09:59:12 +00:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-07-07 18:17:16 +02:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-09-04 18:27:34 +02:00
2023-09-04 18:27:34 +02:00
2023-06-19 01:47:03 -07:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-19 01:47:03 -07:00
2023-06-19 01:47:03 -07:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-06-12 09:34:15 +02:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-08-30 17:24:10 +08:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-08-30 17:24:10 +08:00
2023-05-06 23:22:32 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-08-17 17:02:04 +00:00
2023-06-23 18:36:25 +01:00
2023-06-23 18:36:25 +01:00
2023-06-23 18:36:25 +01:00
2023-08-17 17:02:04 +00:00
2023-06-15 15:19:11 -04:00
2023-08-17 17:02:04 +00:00
2023-08-17 17:02:04 +00:00
2023-08-17 17:02:04 +00:00
2023-08-17 17:02:04 +00:00
2023-08-19 22:41:33 +02:00
2023-06-23 18:36:25 +01:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-01-11 09:32:13 +00:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-08-30 17:24:10 +08:00
2023-08-30 17:24:10 +08:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-07-07 18:17:16 +02:00
2023-08-24 14:26:26 +02:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-21 07:41:09 +00:00
2023-06-15 15:19:11 -04:00
2023-04-15 16:11:42 -07:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-07-07 18:17:16 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-08-24 14:26:26 +02:00
2023-06-17 18:31:35 +10:00
2023-06-17 18:31:35 +10:00
2023-06-17 18:31:35 +10:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-01-11 09:32:08 +00:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-08-24 14:26:26 +02:00
2023-06-15 15:19:11 -04:00
2023-06-15 15:19:11 -04:00
2023-06-12 09:34:15 +02:00
2023-06-15 15:19:11 -04:00
2023-06-23 18:36:25 +01:00