blob: 99da9358bd6ba1fa49e3ee80456e432b8b3dea3e (
plain)
1
2
3
4
5
6
7
8
|
// https://github.com/rust-lang/rust/issues/32556
#![crate_name="issue_32556"]
/// Blah blah blah
/// ```ignore (testing rustdoc's handling of ignore)
/// bad_assert!();
/// ```
pub fn foo() {}
|