2023-10-16 18:12:17 -05:00
|
|
|
// https://github.com/rust-lang/rust/issues/32556
|
2023-10-16 17:41:04 -05:00
|
|
|
#![crate_name="issue_32556"]
|
|
|
|
|
2018-03-30 23:50:53 -05:00
|
|
|
/// Blah blah blah
|
2018-03-31 15:23:50 -05:00
|
|
|
/// ```ignore (testing rustdoc's handling of ignore)
|
2018-03-30 23:50:53 -05:00
|
|
|
/// bad_assert!();
|
|
|
|
/// ```
|
|
|
|
pub fn foo() {}
|