Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
doctest
/
doctest-ignore-32556.rs
blob: 99da9358bd6ba1fa49e3ee80456e432b8b3dea3e [
file
] [
log
] [
blame
] [
edit
]
// 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
()
{}