]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/ignore-block-help.stderr
make unaligned_refereces future-incompat lint warn-by-default, and remove the safe_pa...
[rust.git] / src / test / rustdoc-ui / ignore-block-help.stderr
1 warning: could not parse code block as Rust code
2   --> $DIR/ignore-block-help.rs:3:5
3    |
4 LL |   /// ```ignore (to-prevent-tidy-error)
5    |  _____^
6 LL | | /// let heart = '❤️';
7 LL | | /// ```
8    | |_______^
9    |
10    = note: error from rustc: character literal may only contain one codepoint
11 help: `ignore` code blocks require valid Rust code for syntax highlighting. Mark blocks that do not contain Rust code as text
12    |
13 LL | /// ```text,ignore (to-prevent-tidy-error)
14    |     ^^^^^^^^
15
16 warning: 1 warning emitted
17