]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #33820 - jonathandturner:format_readability_updates, r=nikomatsakis
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 28 May 2016 14:22:15 +0000 (19:52 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sat, 28 May 2016 14:22:15 +0000 (19:52 +0530)
commitfe19b473d2c1e6e27a624c03364a8669b9b4c523
tree967812b972f1c5f197f1e93d205bec03c298d632
parent7d68b3d106b293e29502d1c9dc1018ff59b90603
parentdf87a781de531b0578cfe6c9e0a6cb624951f67c
Rollup merge of #33820 - jonathandturner:format_readability_updates, r=nikomatsakis

Increase spacing in error format for readability.

Two small tweaks that seem to help readability quite a bit:
* Add spacing header<->snippet, but use the |> on the side for visual consistency
* Fix #33819
* Fix #33763
* Move format-sensitive test (issue-26480 in cfail) to ui test

r? @nikomatsakis