about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/diagnostic-width.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-5/+0
2022-09-23rustdoc: Stabilize --diagnostic-widthEric Huss-1/+1
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-0/+5
Rename the `--output-width` flag to `--diagnostic-width` as this appears to be the preferred name within the compiler team. Signed-off-by: David Wood <david.wood@huawei.com>