<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/privacy/sysroot-private.rustc_private_enabled.stderr, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<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>Fix tests/ui/privacy/sysroot-private</title>
<updated>2025-01-28T16:42:32+00:00</updated>
<author>
<name>Alisa Sireneva</name>
<email>me@purplesyringa.moe</email>
</author>
<published>2025-01-28T16:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=644e527c17a1b53e60a346cce7b6b32d97b9d10d'/>
<id>urn:sha1:644e527c17a1b53e60a346cce7b6b32d97b9d10d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a UI test for stdlib-private dependencies</title>
<updated>2025-01-14T08:51:17+00:00</updated>
<author>
<name>Trevor Gross</name>
<email>tmgross@umich.edu</email>
</author>
<published>2025-01-13T01:41:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4896a65d18ddd4038f44cf13f25eff80c734bc93'/>
<id>urn:sha1:4896a65d18ddd4038f44cf13f25eff80c734bc93</id>
<content type='text'>
Introduce a test that shows stdlib-private dependencies leaking into
diagnostics. This is resolved by a later commit.
</content>
</entry>
</feed>
