<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/deprecation, branch automation/bors/try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=automation/bors/try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-08-22T06:58:45+00:00</updated>
<entry>
<title>Updated uitests for new parser</title>
<updated>2025-08-22T06:58:45+00:00</updated>
<author>
<name>Jonathan Brouwer</name>
<email>jonathantbrouwer@gmail.com</email>
</author>
<published>2025-07-31T13:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec5b2cce8e0e409e7c4bbcec332fba7c70c142ec'/>
<id>urn:sha1:ec5b2cce8e0e409e7c4bbcec332fba7c70c142ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>split up context.rs</title>
<updated>2025-08-21T11:15:30+00:00</updated>
<author>
<name>Jana Dönszelmann</name>
<email>jana@donsz.nl</email>
</author>
<published>2025-08-16T17:08:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=becefdda367431c715faf4d0c2f7c7929f4658e2'/>
<id>urn:sha1:becefdda367431c715faf4d0c2f7c7929f4658e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor target checking, move out of context.rs and rename MaybeWarn to Policy</title>
<updated>2025-08-21T11:15:30+00:00</updated>
<author>
<name>Jana Dönszelmann</name>
<email>jana@donsz.nl</email>
</author>
<published>2025-08-16T16:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2158e2d4d7b2722325de01530296c4e93297c06f'/>
<id>urn:sha1:2158e2d4d7b2722325de01530296c4e93297c06f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix deprecation attribute on foreign statics &amp; types</title>
<updated>2025-08-16T07:44:43+00:00</updated>
<author>
<name>Jonathan Brouwer</name>
<email>jonathantbrouwer@gmail.com</email>
</author>
<published>2025-08-16T07:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a69ba29a0f94fe77249906d478a3ae91506fdfb7'/>
<id>urn:sha1:a69ba29a0f94fe77249906d478a3ae91506fdfb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update uitests</title>
<updated>2025-08-14T16:18:42+00:00</updated>
<author>
<name>Jonathan Brouwer</name>
<email>jonathantbrouwer@gmail.com</email>
</author>
<published>2025-08-09T18:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4bb7bf64e07fee97439ee6e647aa2b58cbaac54d'/>
<id>urn:sha1:4bb7bf64e07fee97439ee6e647aa2b58cbaac54d</id>
<content type='text'>
Signed-off-by: Jonathan Brouwer &lt;jonathantbrouwer@gmail.com&gt;
</content>
</entry>
<entry>
<title>Allow attr entries to declare list of alternatives for `List` and `NamedValueStr`</title>
<updated>2025-08-11T16:00:49+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2025-08-11T01:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=189f264926ff70b58c8907473de60766477e7dd6'/>
<id>urn:sha1:189f264926ff70b58c8907473de60766477e7dd6</id>
<content type='text'>
Modify `AttributeTemplate` to support list of alternatives for list and name value attribute styles.

Suggestions now provide more correct suggested code:

```
error[E0805]: malformed `used` attribute input
  --&gt; $DIR/used_with_multi_args.rs:3:1
   |
LL | #[used(compiler, linker)]
   | ^^^^^^------------------^
   |       |
   |       expected a single argument here
   |
help: try changing it to one of the following valid forms of the attribute
   |
LL - #[used(compiler, linker)]
LL + #[used(compiler)]
   |
LL - #[used(compiler, linker)]
LL + #[used(linker)]
   |
LL - #[used(compiler, linker)]
LL + #[used]
   |
```

instead of the prior "masking" of the lack of this feature by suggesting pipe-separated lists:

```
error[E0805]: malformed `used` attribute input
  --&gt; $DIR/used_with_multi_args.rs:3:1
   |
LL | #[used(compiler, linker)]
   | ^^^^^^------------------^
   |       |
   |       expected a single argument here
   |
help: try changing it to one of the following valid forms of the attribute
   |
LL - #[used(compiler, linker)]
LL + #[used(compiler|linker)]
   |
LL - #[used(compiler, linker)]
LL + #[used]
   |
```
</content>
</entry>
<entry>
<title>Rollup merge of #142200 - Kivooeo:tf8, r=jieyouxu</title>
<updated>2025-06-25T20:14:54+00:00</updated>
<author>
<name>Jana Dönszelmann</name>
<email>jonathan@donsz.nl</email>
</author>
<published>2025-06-25T20:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=131a2e47fbc107a7649c18ba46a751a43e72c5cf'/>
<id>urn:sha1:131a2e47fbc107a7649c18ba46a751a43e72c5cf</id>
<content type='text'>
`tests/ui`: A New Order [8/N]

Some `tests/ui/` housekeeping, to trim down number of tests directly under `tests/ui/`. Part of rust-lang/rust#133895.
</content>
</entry>
<entry>
<title>Don't include current rustc version string in feature removed help</title>
<updated>2025-06-24T15:32:09+00:00</updated>
<author>
<name>Jieyou Xu</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2025-06-24T02:09:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db11e747230caa23aad3f159e42dc3b47baf7557'/>
<id>urn:sha1:db11e747230caa23aad3f159e42dc3b47baf7557</id>
<content type='text'>
The version string is difficult to properly normalize out, and removing
it isn't a huge deal (the user can query version info easily through
`rustc --version` or `cargo --version`).

The normalization options were all non-ideal:

- Per-test version string normalization is nasty to maintain, and we
  need to maintain `n` copies of it.
- Centralized compiletest normalization (with a directive opt-out) is
  also not ideal, because `cfg(version(..))` tests can't have those
  accidentally normalized out (and you'd have to remember to opt-out).
</content>
</entry>
<entry>
<title>Account for beta revisions when normalizing versions</title>
<updated>2025-06-23T20:30:14+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2025-06-23T20:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8469966710a16fd11af832d592569bcdf2298081'/>
<id>urn:sha1:8469966710a16fd11af832d592569bcdf2298081</id>
<content type='text'>
Several UI tests have a `normalize-stderr` for "you are using x.y.z"
rustc versions, and that regex is flexible enough for suffixes like
"-nightly" and "-dev", but not for "-beta.N". We can just add '.' to
that trailing pattern to include this.
</content>
</entry>
<entry>
<title>cleaned up some tests</title>
<updated>2025-06-23T13:53:56+00:00</updated>
<author>
<name>Kivooeo</name>
<email>Kivooeo123@gmail.com</email>
</author>
<published>2025-06-08T14:09:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=793607059bcd49cbafc3d75f8438b496cd793970'/>
<id>urn:sha1:793607059bcd49cbafc3d75f8438b496cd793970</id>
<content type='text'>
</content>
</entry>
</feed>
