rust/tests/rustdoc/issue-32556.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
115 B
Rust
Raw Normal View History

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