Closed
Description
A crater run found that the crate no longer compiles on Rust 1.60 beta (see rust-lang/rust#94507) due to a newly added trait impl in the standard library causes ambiguities in method resolution.
The regression has been deemed an acceptable minor change per RFC 1105.
It can be fixed by using fully qualified function call syntax to disambiguate the fmt
call.
Metadata
Metadata
Assignees
Labels
No labels