Files
rust/src/test/rustdoc-ui/ignore-block-help.stderr

15 lines
382 B
Plaintext
Raw Normal View History

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 | | /// ```
| |_______^
|
= note: `#[warn(invalid_rust_codeblock)]` on by default
= note: error from rustc: character literal may only contain one codepoint
warning: 1 warning emitted