mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-02 16:45:30 +00:00
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<_> for Box<str>`.