2021-01-01 16:05:36 +01:00
|
|
|
warning: could not parse code block as Rust code
|
|
|
|
|
--> $DIR/ignore-block-help.rs:3:5
|
|
|
|
|
|
|
|
|
|
|
LL | /// ```ignore (to-prevent-tidy-error)
|
|
|
|
|
| _____^
|
|
|
|
|
LL | | /// let heart = '❤️';
|
|
|
|
|
LL | | /// ```
|
|
|
|
|
| |_______^
|
|
|
|
|
|
|
2020-12-28 23:07:20 +01:00
|
|
|
= note: `#[warn(invalid_rust_codeblock)]` on by default
|
2021-01-01 16:05:36 +01:00
|
|
|
= note: error from rustc: character literal may only contain one codepoint
|
|
|
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|
|