| error: table row has too many columns |
| --> $DIR/invalid_markdown_table.rs:5:18 |
| | |
| LL | //! | `code_with(|arg| arg)` | |
| | ^ any content after this column divider is discarded |
| | |
| = help: to escape `|` characters in tables, add a `\` before them like `\|` |
| note: the lint level is defined here |
| --> $DIR/invalid_markdown_table.rs:1:9 |
| | |
| LL | #![deny(rustdoc::invalid_markdown_table)] |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| |
| error: table row has too many columns |
| --> $DIR/invalid_markdown_table.rs:7:12 |
| | |
| LL | //! | one `|` b | |
| | ^ any content after this column divider is discarded |
| | |
| = help: to escape `|` characters in tables, add a `\` before them like `\|` |
| |
| error: table row has too many columns |
| --> $DIR/invalid_markdown_table.rs:14:18 |
| | |
| LL | //! | `code_with(|arg| arg)` | |
| | ^ any content after this column divider is discarded |
| | |
| = help: to escape `|` characters in tables, add a `\` before them like `\|` |
| |
| error: unused content after last table cell |
| --> $DIR/invalid_markdown_table.rs:45:22 |
| | |
| LL | //! | code_with | aaaaa |
| | ^^^^^^ this content is discarded |
| |
| error: unused content after last table cell |
| --> $DIR/invalid_markdown_table.rs:51:22 |
| | |
| LL | //! | code_with | \| |
| | ^^^ this content is discarded |
| |
| error: unused content after last table cell |
| --> $DIR/invalid_markdown_table.rs:57:22 |
| | |
| LL | //! | code_with | \| |
| | ^^^^ this content is discarded |
| |
| error: unused content after last table cell |
| --> $DIR/invalid_markdown_table.rs:63:16 |
| | |
| LL | //! a | b | c |
| | ^^ this content is discarded |
| |
| error: table row has too many columns |
| --> $DIR/invalid_markdown_table.rs:81:13 |
| | |
| LL | //! a | b | c |
| | ^ any content after this column divider is discarded |
| | |
| = help: to escape `|` characters in tables, add a `\` before them like `\|` |
| |
| error: table row has too many columns |
| --> $DIR/invalid_markdown_table.rs:83:13 |
| | |
| LL | //! a | b | |
| | ^ any content after this column divider is discarded |
| | |
| = help: to escape `|` characters in tables, add a `\` before them like `\|` |
| |
| error: unused content after last table cell |
| --> $DIR/invalid_markdown_table.rs:85:14 |
| | |
| LL | //! a | b |
| | ^^ this content is discarded |
| |
| error: table row has too many columns |
| --> $DIR/invalid_markdown_table.rs:95:14 |
| | |
| LL | //! | a | b | c |
| | ^ any content after this column divider is discarded |
| | |
| = help: to escape `|` characters in tables, add a `\` before them like `\|` |
| |
| error: table row has too many columns |
| --> $DIR/invalid_markdown_table.rs:97:14 |
| | |
| LL | //! | a | b | |
| | ^ any content after this column divider is discarded |
| | |
| = help: to escape `|` characters in tables, add a `\` before them like `\|` |
| |
| error: unused content after last table cell |
| --> $DIR/invalid_markdown_table.rs:99:15 |
| | |
| LL | //! | a | b |
| | ^^ this content is discarded |
| |
| error: aborting due to 13 previous errors |
| |