Skip to content

Incorrect documentation for write! in std::fmt #36906

Closed
@c4rlo

Description

@c4rlo

The std::fmt docs currently say about the write! macro:

Under the hood, this function is actually invoking the write function defined in this module.

But in fact, write! is defined as calling the write_fmt method on its argument, as per its documentation.

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