]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/ignore-block-help.rs
make unaligned_refereces future-incompat lint warn-by-default, and remove the safe_pa...
[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 //~^^^ WARN
7 pub struct X;