]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/ignore-block-help.rs
Auto merge of #85344 - cbeuw:remap-across-cwd, r=michaelwoerister
[rust.git] / src / test / rustdoc-ui / ignore-block-help.rs
1 // check-pass
2
3 /// ```ignore (to-prevent-tidy-error)
4 /// let heart = '❤️';
5 /// ```
6 //~^^^ WARNING could not parse code block
7 //~| NOTE on by default
8 //~| NOTE character literal may only contain one codepoint
9 //~| HELP `ignore` code blocks require valid Rust code
10 pub struct X;