You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: