Sign in
android
/
toolchain
/
rustc
/
bcf972c0208490b0eb3ce3c170c2db486ba945b3
/
.
/
src
/
test
/
rustdoc-ui
/
private-doc-test.rs
blob: a1f9f8dca083ecf7c7eda6a5f3e129133a99d1f0 [
file
] [
log
] [
blame
]
// check-pass
#![
deny
(
rustdoc
::
private_doc_tests
)]
mod
foo
{
/// private doc test
///
/// ```ignore (used for testing ignored doc tests)
/// assert!(false);
/// ```
fn
bar
()
{}
}