<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/codegen, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-14T16:37:49+00:00</updated>
<entry>
<title>tests: Fix duplicated-path-in-error fail with musl</title>
<updated>2025-07-14T16:37:49+00:00</updated>
<author>
<name>Jens Reidel</name>
<email>adrian@travitia.xyz</email>
</author>
<published>2025-06-10T16:36:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae1b1b4f8a9a1cd012cd7db944bbfa2adae703cb'/>
<id>urn:sha1:ae1b1b4f8a9a1cd012cd7db944bbfa2adae703cb</id>
<content type='text'>
musl's dlopen returns a different error than glibc, which contains the
name of the file. This would cause the test to fail, since the filename
would appear twice in the output (once in the error from rustc, once in
the error message from musl). Split the expected test outputs for the
different libc implementations.

Signed-off-by: Jens Reidel &lt;adrian@travitia.xyz&gt;
</content>
</entry>
<entry>
<title>Rollup merge of #143303 - Kivooeo:tf28, r=tgross35</title>
<updated>2025-07-11T05:35:19+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>476013+matthiaskrgr@users.noreply.github.com</email>
</author>
<published>2025-07-11T05:35:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=66799d0b83df8ef34df210ba454b59fce53fd1e9'/>
<id>urn:sha1:66799d0b83df8ef34df210ba454b59fce53fd1e9</id>
<content type='text'>
`tests/ui`: A New Order [28/28] FINAL PART

&gt; [!NOTE]
&gt;
&gt; Intermediate commits are intended to help review, but will be squashed prior to merge.

Some `tests/ui/` housekeeping, to trim down number of tests directly under `tests/ui/`. Part of rust-lang/rust#133895.

r? ``@tgross35``
</content>
</entry>
<entry>
<title>Rollup merge of #143298 - Kivooeo:tf23, r=tgross35</title>
<updated>2025-07-10T07:23:55+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>t.gross35@gmail.com</email>
</author>
<published>2025-07-10T07:23:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ad90964dd5a9be0e0eff29a63499eae8e822ec8'/>
<id>urn:sha1:7ad90964dd5a9be0e0eff29a63499eae8e822ec8</id>
<content type='text'>
`tests/ui`: A New Order [23/N]

&gt; [!NOTE]
&gt;
&gt; Intermediate commits are intended to help review, but will be squashed prior to merge.

Some `tests/ui/` housekeeping, to trim down number of tests directly under `tests/ui/`. Part of rust-lang/rust#133895.

r? ``@tgross35``
</content>
</entry>
<entry>
<title>cleaned up some tests</title>
<updated>2025-07-04T22:46:08+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-06-30T21:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7c2cc2ce40f962edeb7badc50172c5b6ff280f12'/>
<id>urn:sha1:7c2cc2ce40f962edeb7badc50172c5b6ff280f12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved tests</title>
<updated>2025-07-01T18:33:59+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-07-01T18:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fb5e0149fb85af0e49fa40329cbc352b4cba861'/>
<id>urn:sha1:1fb5e0149fb85af0e49fa40329cbc352b4cba861</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved tests</title>
<updated>2025-06-30T21:45:14+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-06-30T21:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a7db566d7b7bb534c5dc3bcfbd2ddd51d99a8d5'/>
<id>urn:sha1:9a7db566d7b7bb534c5dc3bcfbd2ddd51d99a8d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #143195 - Kivooeo:tf17, r=tgross35</title>
<updated>2025-06-30T11:23:21+00:00</updated>
<author>
<name>dianqk</name>
<email>dianqk@dianqk.net</email>
</author>
<published>2025-06-30T11:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=327fe35db3b4e6783a1e21f6e191800efed6fe59'/>
<id>urn:sha1:327fe35db3b4e6783a1e21f6e191800efed6fe59</id>
<content type='text'>
`tests/ui`: A New Order [17/N]

&gt; [!NOTE]
&gt;
&gt; Intermediate commits are intended to help review, but will be squashed prior to merge.

Some `tests/ui/` housekeeping, to trim down number of tests directly under `tests/ui/`. Part of rust-lang/rust#133895.

r? `@tgross35`
</content>
</entry>
<entry>
<title>cleaned up some tests</title>
<updated>2025-06-30T07:45:47+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-06-28T17:59:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c240566561b1b819e102618dcf9347b1745f3c92'/>
<id>urn:sha1:c240566561b1b819e102618dcf9347b1745f3c92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleaned up some tests</title>
<updated>2025-06-30T06:23:01+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-06-29T12:43:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1e3a2b2d4aa0ae75f9331c950b7346b1a017d4d9'/>
<id>urn:sha1:1e3a2b2d4aa0ae75f9331c950b7346b1a017d4d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved tests</title>
<updated>2025-06-29T13:06:00+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-06-29T12:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a38c78c4616d6032af37739fad903e842a52e290'/>
<id>urn:sha1:a38c78c4616d6032af37739fad903e842a52e290</id>
<content type='text'>
</content>
</entry>
</feed>
