Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/revert-82057-cstr
/
.
/
src
/
test
/
rustdoc-ui
/
private-doc-test.rs
blob: 379fa45f9fa3e9651086ba35c202f537c6b229ed [
file
] [
log
] [
blame
] [
edit
]
// check-pass
#![
deny
(
private_doc_tests
)]
mod
foo
{
/// private doc test
///
/// ```ignore (used for testing ignored doc tests)
/// assert!(false);
/// ```
fn
bar
()
{}
}