]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #95709 - nnethercote:improve-terse-test-output, r=Dylan-DPC
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Wed, 6 Apr 2022 23:59:23 +0000 (01:59 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 23:59:23 +0000 (01:59 +0200)
commit687e40a959417c9713f04cc88a7ab73672778165
tree8c8ed44e9f9f0125ed324d97c1307cd5d267c4ca
parent64e7bf9faed35585e8054f968abae792b1b690ce
parentb72a7fbcdc6978f73f6e16d0c0cfad8551dc6afe
Rollup merge of #95709 - nnethercote:improve-terse-test-output, r=Dylan-DPC

Improve terse test output.

The current terse output gives 112 chars per line, which causes
wraparound for people using 100 char wide terminals, which is very
common.

This commit changes it to be exactly 100 wide, which makes the output
look much nicer.