about summary refs log tree commit diff
path: root/library/std/src
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2024-08-28 19:12:50 -0700
committerGitHub <noreply@github.com>2024-08-28 19:12:50 -0700
commit26f75a65d70773e4520634b9f6599ddf08c499e6 (patch)
tree6655a533d74b1a299b4b122a7ca3506b5d42f931 /library/std/src
parent2572e0e8c9d5d671eccb1d5791e55c929c4720f4 (diff)
parentb013a3ddf0060b62ee8050e241f80d024c48cc59 (diff)
downloadrust-26f75a65d70773e4520634b9f6599ddf08c499e6.tar.gz
rust-26f75a65d70773e4520634b9f6599ddf08c499e6.zip
Rollup merge of #129343 - estebank:time-version, r=jieyouxu
Emit specific message for time<=0.3.35

```
error[E0282]: type annotations needed for `Box<_>`
  --> /home/gh-estebank/.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 `time` caused by a change in Rust 1.80.0; update `time` to version `>=0.3.36`
```

Partially mitigate the fallout from https://github.com/rust-lang/rust/issues/127343. Although the biggest benefit of this would have been if we had had this in 1.80 before it became stable, the long-tail of that change will be felt for a *long* time, so better late than never.

We can also emit an even more targeted error instead of this inference failure.
Diffstat (limited to 'library/std/src')
0 files changed, 0 insertions, 0 deletions