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