rust/tests/rustdoc/doctest/doctest-ignore-32556.rs

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

9 lines
195 B
Rust
Raw Normal View History

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