summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-32556.rs
blob: e1cf11509972651596c145d8923be77d67fbc9d4 (plain)
1
2
3
4
5
/// Blah blah blah
/// ```ignore (testing rustdoc's handling of ignore)
/// bad_assert!();
/// ```
pub fn foo() {}