<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/stdlib-unit-tests, branch 1.90.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.90.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.90.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-02-10T20:21:39+00:00</updated>
<entry>
<title>Show diff suggestion format on verbose replacement</title>
<updated>2025-02-10T20:21:39+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-07-09T22:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f0845adb0c1b7a7fa1bef73e749b2d7e1d7f374d'/>
<id>urn:sha1:f0845adb0c1b7a7fa1bef73e749b2d7e1d7f374d</id>
<content type='text'>
```
error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
  --&gt; $DIR/attempted-access-non-fatal.rs:7:15
   |
LL |     let _ = 2.l;
   |               ^
   |
help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix
   |
LL -     let _ = 2.l;
LL +     let _ = 2.0f64;
   |
```
</content>
</entry>
<entry>
<title>Adjust `atomic-from-mut-not-available.rs`</title>
<updated>2024-12-08T07:32:04+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2024-12-08T07:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=754dec3fbc9982289be107273b5d01c008e66c75'/>
<id>urn:sha1:754dec3fbc9982289be107273b5d01c008e66c75</id>
<content type='text'>
- Introduce two revisions: one for 32-bit x86 vs one for 64-bit x86_64
  and compare &amp; contrast the errors.
- Document the test intention and note its limitations.
</content>
</entry>
<entry>
<title>Move `atomic-from-mut-not-available.rs` to `tests/ui/stdlib-unit-tests/`</title>
<updated>2024-12-08T07:32:04+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>39484203+jieyouxu@users.noreply.github.com</email>
</author>
<published>2024-12-08T06:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1247f01a3c4a1c51f31fddf145a3fcc3a806d59e'/>
<id>urn:sha1:1247f01a3c4a1c51f31fddf145a3fcc3a806d59e</id>
<content type='text'>
This test exercises the combined effect of the
`cfg(target_has_atomic_equal_alignment = "...")` implementation in the
compiler as well as the usage of said
`cfg(target_has_atomic_equal_alignment)` in `core`.
</content>
</entry>
<entry>
<title>Move various stdlib tests to library/std/tests</title>
<updated>2024-04-28T20:10:12+00:00</updated>
<author>
<name>Ryan Lowe</name>
<email>rytheo@users.noreply.github.com</email>
</author>
<published>2024-04-28T19:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ed9d6e0c03b53aea602ea9b0a283b39491f73b91'/>
<id>urn:sha1:ed9d6e0c03b53aea602ea9b0a283b39491f73b91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives</title>
<updated>2024-02-16T20:02:50+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2024-02-16T20:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec2cc761bc7067712ecc7734502f703fe3b024c8'/>
<id>urn:sha1:ec2cc761bc7067712ecc7734502f703fe3b024c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests</title>
<updated>2024-02-07T02:42:01+00:00</updated>
<author>
<name>r0cky</name>
<email>mu001999@outlook.com</email>
</author>
<published>2024-02-07T02:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c7519d42c2664828c98fdb98acab73e9a39b0b97'/>
<id>urn:sha1:c7519d42c2664828c98fdb98acab73e9a39b0b97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust compiler tests for unused_tuple_struct_fields -&gt; dead_code</title>
<updated>2024-01-02T20:34:37+00:00</updated>
<author>
<name>Jake Goulding</name>
<email>jake.goulding@gmail.com</email>
</author>
<published>2023-12-27T22:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=53eca9fa877460973f29aca24e6636a4175df469'/>
<id>urn:sha1:53eca9fa877460973f29aca24e6636a4175df469</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove redundant imports</title>
<updated>2023-12-10T02:56:22+00:00</updated>
<author>
<name>surechen</name>
<email>chenshuo17@huawei.com</email>
</author>
<published>2023-11-10T02:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40ae34194c586eea3614d3216322053d2e8e7b37'/>
<id>urn:sha1:40ae34194c586eea3614d3216322053d2e8e7b37</id>
<content type='text'>
detects redundant imports that can be eliminated.

for #117772 :

In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
</content>
</entry>
<entry>
<title>Revert "Suggest using `Arc` on `!Send`/`!Sync` types"</title>
<updated>2023-08-28T10:16:48+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2023-08-28T10:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=823bacb6e3b04c0c9eecb53cc04d4ef96e45d20a'/>
<id>urn:sha1:823bacb6e3b04c0c9eecb53cc04d4ef96e45d20a</id>
<content type='text'>
This reverts commit 9de1a472b68ed85f396b2e2cc79c3ef17584d6e1.
</content>
</entry>
<entry>
<title>Suggest using `Arc` on `!Send`/`!Sync` types</title>
<updated>2023-08-09T14:04:10+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-09-14T15:44:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9de1a472b68ed85f396b2e2cc79c3ef17584d6e1'/>
<id>urn:sha1:9de1a472b68ed85f396b2e2cc79c3ef17584d6e1</id>
<content type='text'>
</content>
</entry>
</feed>
