about summary refs log tree commit diff
path: root/src/test/ui/diagnostic-width/flag-json.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-9/+0
2022-07-06session: `output-width` -> `diagnostic-width`David Wood-0/+9
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>