diff options
| author | Caleb Sander <caleb.sander@gmail.com> | 2024-05-04 11:20:46 -0700 |
|---|---|---|
| committer | Caleb Sander <caleb.sander@gmail.com> | 2024-05-04 21:18:41 -0700 |
| commit | 43c8e139fd36c83711e3f2331153f7c2065ff1df (patch) | |
| tree | 48bea05401f962b70326cf0fb92f2e03816160a7 /compiler/rustc_parse/src | |
| parent | d7ea27808deb5e10a0f7384e339e4e6165e33398 (diff) | |
| download | rust-43c8e139fd36c83711e3f2331153f7c2065ff1df.tar.gz rust-43c8e139fd36c83711e3f2331153f7c2065ff1df.zip | |
compiler: upgrade time from 0.3.34 to 0.3.36
This ensures the version of time used in rustc includes this change: https://github.com/time-rs/time/pull/671. This fix is a necessary prerequisite for #99969, which adds FromIterator implementations for Box<str>. Previously, time had an Into::into that resolved to the identity impl followed by a collect::<Result<Box<_>, _>>(). With the new FromIterator implementations for Box<str>, the Into::into resolution is ambiguous and time fails to compile. The fix removes the identity Into::into conversion, allowing time to compile with the new FromIterator implementations. This version of time also matches what cargo recently switched to in https://github.com/rust-lang/cargo/pull/13834.
Diffstat (limited to 'compiler/rustc_parse/src')
0 files changed, 0 insertions, 0 deletions
