rust/tests/rustdoc/issue-32556.rs

6 lines
115 B
Rust
Raw Normal View History

/// Blah blah blah
2018-03-31 15:23:50 -05:00
/// ```ignore (testing rustdoc's handling of ignore)
/// bad_assert!();
/// ```
pub fn foo() {}