Skip to content

lightning-0.0.104 fails to compile on Rust 1.60 beta due to ambiguous fmt call in ln/msgs.rs #1344

Closed
@the8472

Description

@the8472

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions