Codeblock color by GuillaumeGomez · Pull Request #44397 · rust-lang/rust (original) (raw)

[00:03:47] tidy error: /checkout/src/test/rustdoc/codeblock-title.rs:13: line longer than 100 chars
[00:03:47] tidy error: /checkout/src/test/rustdoc/codeblock-title.rs:14: line longer than 100 chars
[00:03:47] tidy error: /checkout/src/test/rustdoc/codeblock-title.rs:22: unexplained "```ignore" doctest; try one:
[00:03:47] 
[00:03:47] * make the test actually pass, by adding necessary imports and declarations, or
[00:03:47] * use "```text", if the code is not Rust code, or
[00:03:47] * use "```compile_fail,Ennnn", if the code is expected to fail at compile time, or
[00:03:47] * use "```should_panic", if the code is expected to fail at run time, or
[00:03:47] * use "```no_run", if the code should type-check but not necessary linkable/runnable, or
[00:03:47] * explain it like "```ignore (cannot-test-this-because-xxxx)", if the annotation cannot be avoided.