Skip to content

Check whether write!() error propagation is optimized away #9

@mstange

Description

@mstange

We're write!ing into a Vec, and allocation is infallible, so this should never return an error. We should find out if the compiler optimizes away the error handling here, or if not, find out whether it's a performance problem and maybe do something different.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions