<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/layout/zero-sized-array-enum-niche.stderr, branch 1.84.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.84.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.84.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-10-30T08:41:31+00:00</updated>
<entry>
<title>tests: Bless `rustc_abi::Abi::Aggregate` =&gt; `::Memory`</title>
<updated>2024-10-30T08:41:31+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2024-10-30T06:21:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=083a362dd113da1217f7eed0e48baa2c584ac641'/>
<id>urn:sha1:083a362dd113da1217f7eed0e48baa2c584ac641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize generic `NonZero`.</title>
<updated>2024-04-22T16:48:47+00:00</updated>
<author>
<name>Markus Reiter</name>
<email>me@reitermark.us</email>
</author>
<published>2024-04-21T16:41:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=33e68aadc975c60bf975789f70156e67082e8910'/>
<id>urn:sha1:33e68aadc975c60bf975789f70156e67082e8910</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use generic `NonZero` in tests.</title>
<updated>2024-02-25T11:03:48+00:00</updated>
<author>
<name>Markus Reiter</name>
<email>me@reitermark.us</email>
</author>
<published>2024-02-22T13:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b2fbb8a05392be976c67e3b0063203d5b049da5c'/>
<id>urn:sha1:b2fbb8a05392be976c67e3b0063203d5b049da5c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests.</title>
<updated>2024-01-27T15:38:57+00:00</updated>
<author>
<name>Markus Reiter</name>
<email>me@reitermark.us</email>
</author>
<published>2024-01-20T17:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=021739c84021b996e4d65bbd7956dd3c732c6dc2'/>
<id>urn:sha1:021739c84021b996e4d65bbd7956dd3c732c6dc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disentangle `Debug` and `Display` for `Ty`.</title>
<updated>2023-09-11T02:51:07+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2023-09-07T05:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=64ea8eb1a96a993f342551b2f633e55207521d99'/>
<id>urn:sha1:64ea8eb1a96a993f342551b2f633e55207521d99</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>i686-windows: make requested alignment &gt; 4 special case apply transitively</title>
<updated>2023-07-14T21:48:13+00:00</updated>
<author>
<name>Erik Desjardins</name>
<email>erikdesjardins@users.noreply.github.com</email>
</author>
<published>2023-07-14T21:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2daacf5af965090b885287f1d40e13ff5db724cf'/>
<id>urn:sha1:2daacf5af965090b885287f1d40e13ff5db724cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>aarch64-linux: properly handle 128bit aligned aggregates</title>
<updated>2023-07-10T23:19:40+00:00</updated>
<author>
<name>Erik Desjardins</name>
<email>erikdesjardins@users.noreply.github.com</email>
</author>
<published>2023-06-15T02:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d1e764cb3bc961a4395164a36c4e0cfd57e681a1'/>
<id>urn:sha1:d1e764cb3bc961a4395164a36c4e0cfd57e681a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>repr(align) &lt;= 4 should still be byval</title>
<updated>2023-07-10T23:19:40+00:00</updated>
<author>
<name>Erik Desjardins</name>
<email>erikdesjardins@users.noreply.github.com</email>
</author>
<published>2023-06-11T21:05:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7e933b4e26947b04da70589110dacbdb2461e27d'/>
<id>urn:sha1:7e933b4e26947b04da70589110dacbdb2461e27d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bless layout tests for has_repr_align in debug output</title>
<updated>2023-07-10T23:19:39+00:00</updated>
<author>
<name>Erik Desjardins</name>
<email>erikdesjardins@users.noreply.github.com</email>
</author>
<published>2023-06-11T17:47:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c1dbc3aec35daca455c9ba7e440651bcf16069a'/>
<id>urn:sha1:4c1dbc3aec35daca455c9ba7e440651bcf16069a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
</feed>
