<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/inference/detect-old-time-version-format_description-parse.rs, branch 1.85.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.85.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.85.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-08-29T20:58:43+00:00</updated>
<entry>
<title>Make the "detect-old-time" UI test more representative</title>
<updated>2024-08-29T20:58:43+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2024-08-29T20:58:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c339541f731a3c26e104c0ff2f5ce32c206ecb6c'/>
<id>urn:sha1:c339541f731a3c26e104c0ff2f5ce32c206ecb6c</id>
<content type='text'>
The test code did have an inference failure, but that would have failed
on Rust 1.79 and earlier too. Now it is rewritten to be specifically
affected by 1.80's `impl FromIterator&lt;_&gt; for Box&lt;str&gt;`.
</content>
</entry>
<entry>
<title>Emit specific message for `time&lt;0.3.35` inference failure</title>
<updated>2024-08-28T22:53:02+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-08-21T03:17:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b013a3ddf0060b62ee8050e241f80d024c48cc59'/>
<id>urn:sha1:b013a3ddf0060b62ee8050e241f80d024c48cc59</id>
<content type='text'>
```
error[E0282]: type annotations needed for `Box&lt;_&gt;`
  --&gt; ~/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/src/format_description/parse/mod.rs:83:9
   |
83 |     let items = format_items
   |         ^^^^^
...
86 |     Ok(items.into())
   |              ---- type must be known at this point
   |
   = note: this is an inference error on crate `time` caused by a change in Rust 1.80.0; update `time` to version `&gt;=0.3.35`
```

Partially address #127343.
</content>
</entry>
</feed>
