about summary refs log tree commit diff
path: root/tests/ui/write-fmt-errors.rs
AgeCommit message (Collapse)AuthorLines
2025-07-01moved testsKivooeo-55/+0
2025-03-10Implement default methods for io::Empty and io::SinkThalia Archibald-2/+2
Eliminate any redundant, unobservable logic from the their default method implementations. The observable changes are that `Write::write_fmt` for both types now ignores the formatting arguments, so a user fmt impl which has side effects is not invoked, and `Write::write_all_vectored` for both types does not advance the borrowed buffers. Neither behavior is guaranteed by the docs and the latter is documented as unspecified. `Empty` is not marked as vectored, so that `Chain<Empty, _>` and `Chain<_, Empty>` are not forced to be vectored.
2024-05-11io::Write::write_fmt: panic if the formatter fails when the stream does not failRalf Jung-11/+18
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+48