]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #81675 - poliorcetics:respect-shortness, r=jyn514
authorMara Bos <m-ou.se@m-ou.se>
Fri, 5 Feb 2021 23:14:14 +0000 (00:14 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Feb 2021 23:14:14 +0000 (00:14 +0100)
commite8aaa1490fb5395596793558668d6c385d324a6d
tree8637ffeeb0955cadec4be3584d3c62b2894a2f15
parentadd80c9d4b1f3f70297d7738ce6a9e71134f9e88
parent716d2cdecc21798f1da28ded1765b2ba1ad8cc10
Rollup merge of #81675 - poliorcetics:respect-shortness, r=jyn514

Make rustdoc respect `--error-format short` in doctests

Note that this will not work with `cargo test`, only with `rustdoc --test`, I'll have to modify `cargo` as well.

Fix #81662.

`@rustbot` label +T-rustdoc +A-doctests